refactored all to dev

This commit is contained in:
2025-11-26 21:48:53 -08:00
parent a8066686bc
commit f8ca733307
170 changed files with 12 additions and 29 deletions
+22
View File
@@ -0,0 +1,22 @@
services:
handbrake:
image: ${HANDBRAKE_IMAGE:-jlesage/handbrake:latest}
volumes:
- "${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"
env_file:
- .env
ports:
- "5800:5800"
# Below for GPU
runtime: nvidia
deploy:
resources:
reservations:
devices:
- capabilities: [gpu]