feat: initial v1 commit

This commit is contained in:
2024-04-27 10:26:28 +00:00
parent 7914d79aa3
commit 075f2e094e
39 changed files with 4875 additions and 2 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