fix: update db credentials

This commit is contained in:
2025-01-19 20:34:32 +01:00
parent b679e259ed
commit fcfabe4a8e

View File

@@ -14,9 +14,9 @@ services:
db: db:
image: postgres image: postgres
environment: environment:
- POSTGRES_USER=vash - POSTGRES_USER=stan
- POSTGRES_PASSWORD=postgres - POSTGRES_PASSWORD=postgres
- POSTGRES_DB=personal_website - POSTGRES_DB=postgres
ports: ports:
- "5432:5432" - "5432:5432"
volumes: volumes: