renamed hostname to env
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
command: ["start"]
|
||||
env_file:
|
||||
- ./.keycloak-env
|
||||
- ./.hostname
|
||||
- ./.env
|
||||
environment:
|
||||
KC_DB: postgres
|
||||
KC_DB_SCHEMA: public
|
||||
@@ -92,7 +92,7 @@ services:
|
||||
container_name: swa-backend
|
||||
env_file:
|
||||
- ./.backend-env
|
||||
- ./.hostname
|
||||
- ./.env
|
||||
expose:
|
||||
- 8080
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user