This repository has been archived on 2026-09-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
theme-song-booth/docker-compose.yml
2026-07-31 19:47:52 +00:00

11 lines
292 B
YAML

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