Comment on How do I manage docker&Traefik behind a reverse proxy not on docker.
needanke@feddit.org 1 month agoThats what all my other services use though and I don’t know how I’d connect them to traefic.
DarkSirrush@lemmy.ca 1 month ago
SheeEttin@lemmy.zip 1 month ago
There’s no time to learn like the present! Your existing compose file has an example, but if that doesn’t work, the traefik docs are useful too.
MaggiWuerze@feddit.org 1 month ago
If they all run on docker, you just have to add labels to them, telling them what domain and port they use, etc (look at the labels from your compose). Then you add the traefik base network to them and presto. Traefik recognizes the labels and automatically routes incoming requests to them and creates certificates for them