Trouble Configuring Caddy Proxy with Docker Compose (App + API) #4802
Unanswered
draylegend
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone! I’m having trouble configuring my fullstack project with these files:
docker-compose.yaml
apps/app/Caddyfile
andDockerfile
(frontend)apps/api/Dockerfile
(backend)I’m using two servers: one hosts Coolify and the other hosts my app. I’d like to serve my frontend at
app.my-org.io
and reverse-proxy API requests toapp.my-org.io/api
. My main challenge is figuring out how to reuse the existing Caddy configuration (installed by Coolify on app server) without directly exposing the local servers.Any guidance or suggestions on how to set this up properly would be super helpful and greatly appreciated!
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions