This commit is contained in:
2025-11-01 08:18:17 +01:00
parent 38c1028860
commit da27e8f869
15 changed files with 2772 additions and 163 deletions

View File

@@ -56,7 +56,7 @@ services:
volumes:
- database_data:/var/lib/postgresql:rw
- ./postgresql-entrypoint-initdb.d:/docker-entrypoint-initdb.d:Z
- ./data:/tmp:z
- ./data:/tmp:Z
ports:
- "5432:5432"
networks: