Initial commit

This commit is contained in:
2024-12-27 22:54:05 +01:00
commit 024834d309
46 changed files with 14574 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
postgres:
image: postgres
ports:
- 5432:5432
volumes:
- pg_data:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=test
volumes:
pg_data: