Added Docker Support

This commit is contained in:
2024-10-09 18:29:51 +02:00
parent 47d44643c3
commit 04c5db2232
9 changed files with 554 additions and 162 deletions

View File

@@ -7,12 +7,5 @@ services:
ports:
- "5432:5432"
volumes:
- db_data:/var/lib/postgresql/data
- ./db_data:/var/lib/postgresql/data
volumes:
db_data:
driver: local
driver_opts:
type: none
device: ./data
o: bind