#2 Switch postgress back to password from password file

This commit is contained in:
Joey Hafner 2024-08-14 00:15:41 -07:00
parent 228b3768cd
commit 756225c680
No known key found for this signature in database

View File

@ -88,7 +88,7 @@ services:
environment:
POSTGRES_DB: keycloak
POSTGRES_USER: keycloak
POSTGRES_PASSWORD_FILE: ${postgres_POSTGRES_PASSWORD}
POSTGRES_PASSWORD: ${postgres_POSTGRES_PASSWORD}
volumes:
- postgres_data:/var/lib/postgresql/data