handbrake tweaks

This commit is contained in:
2025-02-01 20:54:50 -08:00
parent f3b4a8034d
commit 91a5e27514
3 changed files with 23 additions and 3 deletions
+3 -1
View File
@@ -2,10 +2,12 @@ services:
handbrake:
image: ${HANDBRAKE_IMAGE:-jlesage/handbrake:latest}
volumes:
- "${VOL_CONFIG_PATH:-./}/config/ghb:/config/ghb"
- "${VOL_PATH:-./data}/handbrake/ghb-config:/config"
- "${VOL_PATH:-./data}/handbrake/storage:/storage"
- "${VOL_PATH:-./data}/handbrake/complete:/output"
- "${VOL_PATH:-./data}/handbrake/watch:/watch"
- "${VOL_PATH:-./data}/handbrake/watch2:/watch2"
- "${VOL_PATH:-./data}/handbrake/trash:/trash"
restart: "unless-stopped"
ports:
- "5800:5800"