Files
Your Name 31f1fcecc4 feat: add Docker Compose setup with bind-mount appdata directory
- Dockerfile builds image with app source in /app_src
- docker-entrypoint.sh syncs code from image on each start, inits DB
- docker-compose.yml mounts ./appdata:/app for easy backup
- backend/init_db.py for safe DB init (no drop_all)
- backend/database.py supports DATABASE_URL env var
- .dockerignore excludes venv, __pycache__, *.db, .git

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 12:15:37 +03:00
..
2026-05-11 15:12:34 +03:00
2025-11-10 08:25:56 +03:00
2026-05-11 13:16:48 +03:00
2025-11-10 11:28:49 +03:00
2026-05-11 15:12:34 +03:00
2025-11-10 11:28:49 +03:00
2026-05-11 15:12:34 +03:00
2025-11-10 08:11:46 +03:00
2026-05-11 15:12:34 +03:00
2025-11-10 11:28:49 +03:00