basic vibe code structure

This commit is contained in:
luptmoor
2026-04-09 13:23:01 +02:00
commit e0d4788a11
4 changed files with 796 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
app:
build: .
container_name: klima-ki
volumes:
- ./app:/app
environment:
PYTHONUNBUFFERED: 1