Move files around

This commit is contained in:
2025-06-04 08:59:01 +02:00
parent 1dec655fb9
commit ed68ead1fb
62 changed files with 36 additions and 1761 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
database:
image: postgres:latest
environment:
POSTGRES_USER: pcinvj
POSTGRES_PASSWORD: pcinvj
POSTGRES_DB: pcinvj
ports:
- "5432:5432"