This commit is contained in:
2026-08-22 19:34:10 +02:00
parent ebdd41d965
commit 4e3c5b641e
8 changed files with 57 additions and 15 deletions
+4 -4
View File
@@ -3,11 +3,11 @@ services:
image: postgres:16-alpine
restart: unless-stopped
environment:
POSTGRES_DB: ${POSTGRES_DB:-surprise}
POSTGRES_USER: ${POSTGRES_USER:-surprise}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-surprise_dev_password}
POSTGRES_DB: surprise
POSTGRES_USER: surprise
POSTGRES_PASSWORD: surprise_dev_password
ports:
- "${POSTGRES_PORT:-5432}:5432"
- "5432:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
- ./migrations:/migrations:ro