Replies: 4 comments 17 replies
-
I can ping |
Beta Was this translation helpful? Give feedback.
-
every service listed in the docker-compose is a part of the same docker network, (ie. each docker-compose project gets a |
Beta Was this translation helpful? Give feedback.
-
config/setup.sh uses |
Beta Was this translation helpful? Give feedback.
-
@mcmikemn I fixed this and pushed in 37a2b09 - you hadn't written the nginx config file to the right location, so it was running with the default config on port 80. Thats why it was a Bad Gateway. I replaced the nginx-config container with a custom nginx build with a Dockerfile that adds the static nginx config to /etc/nginx/nginx.conf - since the config is static, it does not need to be run through |
Beta Was this translation helpful? Give feedback.
-
I'm trying to add Lemmy (
lemmy
branch). The lemmy service is failing to connect to the postgres service. It was connecting before I turned the nginx ("proxy") service on, so I think it has something to do with ports now that both nginx and Traefik are reverse-proxying. The lemmy log says:But
docker inspect lemmy-postgres-1
shows:Beta Was this translation helpful? Give feedback.
All reactions