moved hostname to separate file

This commit is contained in:
2024-06-11 18:04:43 +02:00
parent 32aa6d1534
commit 89b4300856
2 changed files with 8 additions and 4 deletions

View File

@@ -2,9 +2,10 @@ services:
keycloak:
image: hub.anxietyprime.de/swa-jodel/keycloak:latest
container_name: swa-keycloak
command: ["start-dev"]
command: ["start"]
env_file:
- ./.keycloak-env
- ./.hostname
environment:
KC_DB: postgres
KC_DB_SCHEMA: public
@@ -45,6 +46,7 @@ services:
container_name: swa-keycloak-db
env_file:
- ./.keycloak-env
- ./.hostname
volumes:
- ./keycloak-db/:/var/lib/postgresql/data
expose: