From 15ef63ef22d1f48c6c88419706201881b893b1e6 Mon Sep 17 00:00:00 2001 From: mtm84 Date: Sun, 24 Nov 2024 17:40:41 -0800 Subject: [PATCH] Update starr/docker-compose.yaml --- starr/docker-compose.yaml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/starr/docker-compose.yaml b/starr/docker-compose.yaml index 58908ec..14f941b 100644 --- a/starr/docker-compose.yaml +++ b/starr/docker-compose.yaml @@ -1 +1,18 @@ -## starr Stack \ No newline at end of file +## starr Stack + + +services: + whisparr: + container_name: whisparr + image: ghcr.io/hotio/whisparr:v3 + ports: + - "6969:6969" + environment: + - PUID=102016 + - PGID=104100 + - UMASK=002 + - TZ=America/Los_Angeles + volumes: + - /mnt/arrs/whisparr:/config + - /data/torrents:/data/torrents + - /data/media/other:/data/media/other \ No newline at end of file