Comment on Best reverse proxy with ACME to run in docker
SpicySquid@lemmy.ml 4 weeks ago
This is usually where something like Traefik comes in. It will reverse proxy the docker instance and it can be configured to handle let’s encrypt. The are also other options I like nginx proxy manager and I think Caddy also can do this, by I don’t have experience with that.
cybervseas@lemmy.world 4 weeks ago
Yep I use caddy for all that. Bonus is caddy has a docker compose proxy plugin where all your domain/port/cert config can be part of your each application’s compose file, rather than needing to make adjustments in caddy centrally. Works great for my purposes.
pr3d@eviltoast.org 3 weeks ago
thanks for mentioning the Caddy-Docker-Proxy plugin.
KyuubiNoKitsune@lemmy.blahaj.zone 3 weeks ago
Traefik does the same thing with docker labels.