Merge pull request #282 from mboutolleau/fix/postgresql-data-location

This commit is contained in:
Dionisio Pozo
2026-04-11 21:54:37 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ services:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
volumes:
- pg_data:/var/lib/postgresql/data
- pg_data:/var/lib/postgresql/
- ./db/schema.sql:/docker-entrypoint-initdb.d/schema.sql
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
+1 -1
View File
@@ -1039,7 +1039,7 @@ services:
networks:
- oxicloud
volumes:
- pg_data:/var/lib/postgresql/data
- pg_data:/var/lib/postgresql/
- ./db/schema.sql:/docker-entrypoint-initdb.d/10-schema.sql
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
+1 -1
View File
@@ -11,7 +11,7 @@ services:
networks:
- oxicloud
volumes:
- pg_data:/var/lib/postgresql/data
- pg_data:/var/lib/postgresql/
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 5s