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:34 +00:00
co-authored by Claude Sonnet 4.6
parent fb6a280e85
commit ffbf75e60d
3 changed files with 23 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ services:
- DB_PATH=/data/rr.db
volumes:
- route_rush_data:/data
- ./static:/app/static
networks:
- web-net