Hacker News new | ask | show | jobs
by mradmin 1765 days ago
Agree the traefik config is a little complex but otherwise it works great for me. About using portainer, it's useful for showing a holistic view of your containers and stacks, but I also use it for remote deployment of services (Eg as part of CI/CD). I'll push a new docker image version then I'll use the portainer webhooks to redeploy the service, then docker swarm takes over.
1 comments

Ah, I wasn't aware of the web hooks, that sounds useful :)