Comment on How do I manage docker&Traefik behind a reverse proxy not on docker.
SheeEttin@lemmy.zip 5 days agoThen drop nginx and just use traefik.
Comment on How do I manage docker&Traefik behind a reverse proxy not on docker.
SheeEttin@lemmy.zip 5 days agoThen drop nginx and just use traefik.
needanke@feddit.org 5 days ago
Thats what all my other services use though and I don’t know how I’d connect them to traefic.
MaggiWuerze@feddit.org 4 days 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
DarkSirrush@lemmy.ca 5 days ago
I recently posted most of my traefik configs, you can use it as a base to learn how traefik works:
Note that I might not be much help with troubleshooting, as this took me a lot of trial and error and googling to make work.
SheeEttin@lemmy.zip 5 days 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.