fix database volume path for PG 18
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moritz 2026-05-04 21:49:21 +02:00
parent 9846e1f77e
commit 3bfb7dd09c
Signed by: moritz
GPG key ID: 1020A035E5DD0824
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ services:
secrets: secrets:
- db_password - db_password
volumes: volumes:
- postgres_data_prod:/var/lib/postgresql/data - postgres_data_prod:/var/lib/postgresql
ports: ports:
- "5001:5432" - "5001:5432"
restart: unless-stopped restart: unless-stopped

View file

@ -10,7 +10,7 @@ services:
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
POSTGRES_DB: mv_dev POSTGRES_DB: mv_dev
volumes: volumes:
- postgres-data:/var/lib/postgresql/data - postgres-data:/var/lib/postgresql
ports: ports:
- "5000:5432" - "5000:5432"
networks: networks: