Changed postgres mounts

This commit is contained in:
2025-06-19 12:35:26 +00:00
parent 995e86f229
commit 8844ee75fe
2 changed files with 5 additions and 4 deletions

3
.gitignore vendored
View File

@@ -1,5 +1,8 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
postgres/
postgres_logs/
.vscode/
.idea/

View File

@@ -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: