Add Dockerfile and docker-compose.yml for deployment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user