mirror of https://github.com/samply/bridgehead.git
Prevent anonymous volume creation
This commit is contained in:
parent
b9dbfd4803
commit
8e181a85c2
|
@ -9,6 +9,8 @@ services:
|
|||
POSTGRES_USER: "keycloak"
|
||||
POSTGRES_PASSWORD: "${KEYCLOAK_DB_PASSWORD}" # Set in login-setup.sh
|
||||
POSTGRES_DB: "keycloak"
|
||||
tmpfs:
|
||||
- /var/lib/postgresql/data
|
||||
# Consider removing this comment once we have collected experience in production.
|
||||
# volumes:
|
||||
# - "bridgehead-login-db:/var/lib/postgresql/data"
|
||||
|
|
Loading…
Reference in New Issue