a08120c568
- Dashboard browser: search box + sort dropdown (name/category/author) - Dockerfile + docker-compose.yml - Debug page: log viewer button (/api/logs) - Settings: .tsb full backup export (dashboards+scenes+config) - F1 composite dashboard previously included
14 lines
261 B
YAML
14 lines
261 B
YAML
version: '3.8'
|
|
services:
|
|
turbosu:
|
|
build: .
|
|
ports:
|
|
- "9527:9527"
|
|
- "20777:20777/udp"
|
|
volumes:
|
|
- ./data:/app/data
|
|
- ./logs:/app/logs
|
|
- ./dashboards:/app/dashboards
|
|
- ./games:/app/games
|
|
restart: unless-stopped
|