Moved to postgres

This commit is contained in:
2024-04-11 18:59:18 +02:00
parent ef5c531964
commit 84e58fa936
9 changed files with 244 additions and 1289 deletions

14
dev-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: '3.7'
services:
db:
container_name: postgres
image: postgres
restart: unless-stopped
ports:
- 5432:5432
volumes:
- ./data:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=dev
- POSTGRES_USER=dev
- POSTGRES_DB=illegitimate