11 lines
292 B
YAML
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
|