Change default PostgreSQL password to a placeholder

Updated the default PostgreSQL password in docker-compose.
This commit is contained in:
Ahmed Bakr Ali
2026-04-02 21:27:53 +02:00
committed by GitHub
parent e869ef6110
commit fde60163cb

View File

@@ -20,7 +20,7 @@ services:
environment:
- POSTGRES_DB=dociva
- POSTGRES_USER=dociva
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-6x3PjV4ghRTQuZ3Q}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-your-secure-password-here}
volumes:
- postgres_data:/var/lib/postgresql/data
healthcheck: