chore: обновление .gitignore и compose.yaml
This commit is contained in:
@@ -32,7 +32,7 @@ services:
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_DB: app_db
|
||||
volumes:
|
||||
- ./db/data:/var/lib/postgresql/data
|
||||
- ./db/data:/var/lib/postgresql
|
||||
- ./db/init:/docker-entrypoint-initdb.d:ro
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
Reference in New Issue
Block a user