Changed postgres mounts
This commit is contained in:
@@ -37,8 +37,8 @@ services:
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_DB: ${POSTGRES_DB}
|
||||
volumes:
|
||||
- postgres:/var/lib/postgresql/data
|
||||
- postgres_logs:/var/log
|
||||
- /data/aviation/postgres:/var/lib/postgresql/data
|
||||
- /data/aviation/postgres_logs:/var/log
|
||||
ports:
|
||||
- "${POSTGRES_PORT:-5432}:5432"
|
||||
networks:
|
||||
@@ -159,8 +159,6 @@ services:
|
||||
<<: *default_restart
|
||||
|
||||
volumes:
|
||||
postgres:
|
||||
postgres_logs:
|
||||
redis:
|
||||
minio:
|
||||
mailpit:
|
||||
|
||||
Reference in New Issue
Block a user