Cleanup: remove tracked pycache and db.sqlite3; add map membership backfill, new components, backups, docs
This commit is contained in:
@@ -21,6 +21,7 @@ services:
|
||||
SECRET_KEY: ${DJANGO_SECRET_KEY:-change-me-in-production}
|
||||
DEBUG: "False"
|
||||
ALLOWED_HOSTS: ${ALLOWED_HOSTS:-localhost,127.0.0.1}
|
||||
USE_JWT_AUTH: ${USE_JWT_AUTH:-false}
|
||||
DATABASE_PATH: /app/data/db.sqlite3
|
||||
volumes:
|
||||
- sqlite_data:/app/data
|
||||
|
||||
Reference in New Issue
Block a user