Cleanup: remove tracked pycache and db.sqlite3; add map membership backfill, new components, backups, docs

This commit is contained in:
gitrusprus
2026-06-28 22:16:01 +03:00
parent 4eb4c145b6
commit ce4e9ac5e6
46 changed files with 12125 additions and 176 deletions
+1
View File
@@ -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