From 8631cf96cb83a4c01e714eb90d3a599fe20713b4 Mon Sep 17 00:00:00 2001 From: Gabe Date: Fri, 28 Nov 2025 21:00:19 +0000 Subject: [PATCH] Add Watcharr/Compose.yml --- Watcharr/Compose.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Watcharr/Compose.yml diff --git a/Watcharr/Compose.yml b/Watcharr/Compose.yml new file mode 100644 index 0000000..8377615 --- /dev/null +++ b/Watcharr/Compose.yml @@ -0,0 +1,11 @@ +services: + watcharr: + # to use an actual version, then when updating check the releases for changelogs. + image: ghcr.io/sbondco/watcharr:latest + container_name: watcharr + ports: + - 3080:3080 + volumes: + # Contains all of watcharr data (database & cache) + - /srv/docker/watcharr/data:/data + restart: unless-stopped \ No newline at end of file