fix3
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user