added hostname to env
This commit is contained in:
@@ -33,8 +33,8 @@ services:
|
||||
- "traefik.http.routers.keycloak.service=keycloak"
|
||||
healthcheck:
|
||||
test: echo ""
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
interval: 15s
|
||||
timeout: 15s
|
||||
retries: 30
|
||||
depends_on:
|
||||
keycloak-db:
|
||||
@@ -92,6 +92,7 @@ services:
|
||||
container_name: swa-backend
|
||||
env_file:
|
||||
- ./.backend-env
|
||||
- ./.hostname
|
||||
expose:
|
||||
- 8080
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user