Initial API backbone

This commit is contained in:
droideparanoico
2022-10-08 12:27:21 +02:00
parent 6bd3921714
commit 63fb2fd1c6
31 changed files with 692 additions and 142 deletions

View File

@@ -21,6 +21,8 @@ services:
restart: on-failure
volumes:
- rv-volume:/var/lib/postgresql/data
ports:
- "5432:5432"
env_file:
- postgres.dev.env
networks: