This commit is contained in:
Michael Grote 2024-03-03 20:46:40 +01:00 committed by mg
parent 302e0da3ee
commit 36b41fb1e0
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,8 @@ services:
depends_on: depends_on:
- keycloak-db - keycloak-db
container_name: keycloak-app container_name: keycloak-app
volumes:
- keycloak:/opt/keycloak/data
networks: networks:
- intern - intern
- auth - auth
@ -41,6 +43,7 @@ services:
######## Volumes ######## ######## Volumes ########
volumes: volumes:
db16: db16:
keycloak:
######## Networks ######## ######## Networks ########
networks: networks:
traefik: traefik:
@ -53,3 +56,4 @@ networks:
# healtchecks # healtchecks
# verison gesetzt # verison gesetzt
# dashbaord # dashbaord
# start-dev umstellen