Initial prototype for theme song booth

This commit is contained in:
Troll (Hermes Agent) 2026-07-31 19:47:52 +00:00
commit c16d48ee32
16 changed files with 898 additions and 0 deletions

11
docker-compose.yml Normal file
View file

@ -0,0 +1,11 @@
services:
booth:
build: .
container_name: theme-song-booth
restart: unless-stopped
env_file: .env
ports:
- "127.0.0.1:8000:8000"
volumes:
- /mnt/user/appdata/theme-song-booth/data:/app/data
- /mnt/user/appdata/theme-song-booth/uploads:/app/uploads