added hostname to env
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user