Change default PostgreSQL password for development
This commit is contained in:
@@ -20,7 +20,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- POSTGRES_DB=dociva
|
- POSTGRES_DB=dociva
|
||||||
- POSTGRES_USER=dociva
|
- POSTGRES_USER=dociva
|
||||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-your-secure-password-here}
|
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-dev-only-password-12345}
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user