Comment on Best reverse proxy with ACME to run in docker
SpicySquid@lemmy.ml 4 days 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 days 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 4 days ago
thanks for mentioning the Caddy-Docker-Proxy plugin.
KyuubiNoKitsune@lemmy.blahaj.zone 3 days ago
Traefik does the same thing with docker labels.