Add Dockerfile and docker-compose.yml for deployment

This commit is contained in:
Ettore
2026-05-06 11:23:10 +02:00
parent da97027606
commit 89e5c1ac7e
4 changed files with 77 additions and 0 deletions

View File

@@ -8,5 +8,8 @@ SECRET_KEY=replace-with-a-random-64-char-hex-string
# Set to true to skip real AVConnect calls (for testing)
# MOCK_AVCONNECT=true
# Port configuration
APP_PORT=8000
# Database path (default: ./data/gates.db relative to project root)
# DATABASE_URL=sqlite:///./data/gates.db