Hacker News new | ask | show | jobs
by nvarsj 416 days ago
Basically what c0balt said.

It's zero config and super easy to set everything up. Just run the traefik image, and add docker labels to your other containers. Traefik inspects the labels and configures reverse proxy for each. It even handles generating TLS certs for you using letsencrypt or zerossl.

1 comments

I thought this context was outside of Docker, because they used ansible as docker compose alternative. But maybe I misunderstood.
Ah yeah I guess I wasn't clear. I meant use ansible w/ the docker_container command. It's essentially docker compose - I believe they both use docker.py.
Ah yes, makes much more sense.