added hostname to env

This commit is contained in:
2024-06-11 19:15:08 +02:00
parent 716de35564
commit 40b2b48a12

View File

@@ -33,8 +33,8 @@ services:
- "traefik.http.routers.keycloak.service=keycloak" - "traefik.http.routers.keycloak.service=keycloak"
healthcheck: healthcheck:
test: echo "" test: echo ""
interval: 5s interval: 15s
timeout: 5s timeout: 15s
retries: 30 retries: 30
depends_on: depends_on:
keycloak-db: keycloak-db:
@@ -92,6 +92,7 @@ services:
container_name: swa-backend container_name: swa-backend
env_file: env_file:
- ./.backend-env - ./.backend-env
- ./.hostname
expose: expose:
- 8080 - 8080
networks: networks: