diff --git a/docker-compose.coolify.yml b/docker-compose.coolify.yml index 3ab3d7a..99e9fd0 100644 --- a/docker-compose.coolify.yml +++ b/docker-compose.coolify.yml @@ -28,6 +28,12 @@ networks: db_project: name: bo3nov2ija7g8wn9b1g2paxs external: true + # Traefik runs on `coolify`. The gateway must join it so Host(`api.rahamafresh.com`) + # actually resolves to a reachable IP; without it Traefik picks the wrong + # interface and times out at 30s → intermittent 504s in the browser. + coolify_shared: + name: coolify + external: true services: gateway: @@ -37,6 +43,7 @@ services: networks: - default - db_project + - coolify_shared environment: APP_ROLE: gateway APP_MODE: prod