Initial commit

This commit is contained in:
2024-12-14 00:11:55 +01:00
committed by GitHub
commit e3eab0f5a1
43 changed files with 5035 additions and 0 deletions

12
dev/docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
volumes:
psql:
services:
psql:
image: postgres
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: dfsjhkdswkjntelsmldbfvsgknl5t
volumes:
- psql:/var/lib/postgresql/data
ports:
- 5555:5432