edited
This commit is contained in:
@@ -14,6 +14,8 @@ services:
|
||||
## HTTP Services
|
||||
- "traefik.http.routers.${YEETFILE_HOSTNAME}-rtr.service=${YEETFILE_HOSTNAME}-svc"
|
||||
- "traefik.http.services.${YEETFILE_HOSTNAME}-svc.loadbalancer.server.port=8090"
|
||||
networks:
|
||||
- ${YEETFILEDB_NETWORk_ID}
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
@@ -31,5 +33,5 @@ services:
|
||||
healthcheck:
|
||||
test: [ "CMD-SHELL", "pg_isready -U postgres" ]
|
||||
interval: 3s
|
||||
networks:
|
||||
- ${YEETFILE_NETWORk_ID}
|
||||
networks:
|
||||
- ${YEETFILEDB_NETWORk_ID}
|
||||
Reference in New Issue
Block a user