feat: working app

This commit is contained in:
2025-07-09 13:02:23 +02:00
commit eba767bec1
23 changed files with 3774 additions and 0 deletions

5
docker-compose.yml Normal file
View File

@ -0,0 +1,5 @@
services:
web:
build: .
ports:
- 8123:8000