This commit is contained in:
2025-02-09 00:31:07 +02:00
parent fdb989c4ff
commit 2ab0862005
11 changed files with 37 additions and 22 deletions

View File

@@ -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}