Working prototype with tailwind, added uv, updated models, added docker.

This commit is contained in:
2026-01-09 14:27:34 +01:00
parent a95f7d44c8
commit 45dc3703d7
35 changed files with 1747 additions and 223 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: '3.8'
services:
web:
build: .
volumes:
- .:/app
ports:
- "8000:8000"
env_file:
- .env
environment:
- DEBUG=False
- ALLOWED_HOSTS=*