Replies: 1 comment
-
|
I managed to do it:
If you are using "internal" service (like from Docker Compose), you need to specify the service name, as
Again, use the Docker container hostname in order for it to work It works great with services spun up by Coolify |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I understand that Caddy is not the first choice as a proxy (as mentioned in the docs), however I am currently using it for its
on_demand_tlsfeature which seems to work well. Basically, I was looking to support something like bearblog's Caddyfile for my own app.One thing I am running into is that sometimes (I can't exactly figure out why/when), Coolify seems to overwrite any changes I make to
/data/coolify/proxy/dynamic/Caddyfile. Unfortunately, foron_demand_tlsto work something likemust be a global setting and it needs to be read first, i.e. before the
import, so I can't have it loaded dynamically in a caddy file (I don't think).Is there a way to prevent Coolify from overwriting the
Caddyfile(or a way to change the defaultCaddyfile)?I'm also open to using Traeffik if it has a similar on-demand TLS feature, but from what I can tell it might not be supported?
Beta Was this translation helpful? Give feedback.
All reactions