Replies: 4 comments 3 replies
-
Thanks for this. Where is your docker-compose.yml for Traefik? Did you create it in |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks for this post as it saved me a lot of headache. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@aleee-idk Does this also work with nginx proxy manager? And if so, can you guide me on how to correctly set it up? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I strugle for a couples of days for how to setup coolify behind another reverse proxy (Caddy in my case) without having duplicate certificates. For applications this wasn't a problem since I can control the traefik labels attached to the docker compose, but for services those labels are generated automatically and it adds the https routes and certresolver.
I knew the solutions couldn't be to complicated since coolify allows a lot of control over the proxy but the auto-generated labels gave me a lot of headache.
The solution in the end was to setup the domain of the service with
HTTP
(noHTTPS
), with this simple action, the auto-generated TLS labels aren't included.In retrospective it was pretty obvious but easily overlooked, I would suggest to add in the documentation or in the info popup this this behavior.
Here is my config in case somebody else is having a hard time:
Service example:
Treafik docker-compose.yml
Beta Was this translation helpful? Give feedback.
All reactions