←back to thread

634 points david927 | 1 comments | | HN request time: 0.204s | source

What are you working on? Any new ideas that you're thinking about?
1. notpushkin ◴[] No.41345914[source]
Hey HN! I'm still working on my Docker Swarm dashboard, Lunni: https://lunni.dev/

Lunni essentially takes docker-compose.yml and deploys it on a server. Currently we're using Portainer as the backend, which in turn just runs `docker stack deploy`. I'm reimplementing the stack deployment code from scratch which will allow us to support latest Compose spec and extend it as we need (and perhaps support orchestrators other than Swarm in the future).