This commit is contained in:
Michael Grote 2024-03-03 20:14:55 +01:00 committed by mg
parent 8bebb00257
commit 17e129462c
1 changed files with 5 additions and 1 deletions

View File

@ -70,12 +70,16 @@ services:
image: postgres
container_name: keycloak-db
volumes:
- postgres_data:/var/lib/postgresql/data
- keycloak-db_data:/var/lib/postgresql/data
environment:
POSTGRES_DB: keycloak
POSTGRES_USER: keycloak
POSTGRES_PASSWORD: password
######## Volumes ########
volumes:
keycloak-db_data:
######## Networks ########
networks:
traefik:
external: true