From a78d71998695c6ca8f1f726301f0d2db247d0d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Wed, 11 Feb 2026 16:19:23 +0100 Subject: [PATCH] handbrake-worker: add for desktop --- services/handbrake-worker-devilfish.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 services/handbrake-worker-devilfish.yaml diff --git a/services/handbrake-worker-devilfish.yaml b/services/handbrake-worker-devilfish.yaml new file mode 100644 index 0000000..776f6f3 --- /dev/null +++ b/services/handbrake-worker-devilfish.yaml @@ -0,0 +1,13 @@ +--- +services: + handbrake-worker: + image: ghcr.io/thenickoftime/handbrake-web-worker:latest + container_name: handbrake-web-worker + user: 1000:100 # edit to run as user (uuid:guid) with permissions to access your media. 0:0 to run as root (not recommended). + environment: + - WORKER_ID=handbrake-worker-devilfish # give your worker a unique name + - SERVER_URL=http://192.168.0.106 # change if setting up a standalone worker, prefix with http(s):// if necessary + - SERVER_PORT=9997 # change if using a reverse proxy or the port is otherwise different than above + volumes: + - /mnt/nas:/video # ensure this path is the same across all containers + restart: unless-stopped \ No newline at end of file