feat: add background music support and static files mount

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-04 03:42:39 +00:00
co-authored by Claude Sonnet 4.6
parent ce4209068f
commit d8f4cc97c6
2 changed files with 19 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ services:
build: .
volumes:
- quiz-data:/data
- ./static:/app/static
environment:
- DB_PATH=/data/quiz.db
restart: unless-stopped