Created new Docker profile for HandBrake

This commit is contained in:
Adam Parler 2025-04-25 19:22:12 +00:00
parent f8787f64b7
commit 6f6ded9eee

View file

@ -0,0 +1,17 @@
version: '3'
services:
handbrake:
container_name: handbrake
ports:
- 5800:5800
volumes:
- ${ZFS_DIR}/handbrake/config:/config:rw
- ${ZFS_DIR}/handbrake/data:/storage:ro
- ${ZFS_DIR}/handbrake/watch:/watch:rw
- ${ZFS_DIR}/handbrake/output:/output:rw
image: jlesage/handbrake
restart: unless-stopped