first commit

This commit is contained in:
RubenRWU
2026-03-16 15:05:23 +01:00
parent f38dde8188
commit 82dfe21400
3 changed files with 53 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
app:
build: .
ports:
- "8000:8000"
env_file:
- .env
volumes:
- ./output:/app/output
- ./data:/app/data