From 9f6e577840e0f14a60e23397bf28a29b98d489f9 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Fri, 3 May 2024 01:02:15 +0000 Subject: [PATCH] Add testing/docker-compose.yml --- testing/docker-compose.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/docker-compose.yml diff --git a/testing/docker-compose.yml b/testing/docker-compose.yml new file mode 100644 index 0000000..1b349f6 --- /dev/null +++ b/testing/docker-compose.yml @@ -0,0 +1,13 @@ +--- +services: + jellyseerr: + image: fallenbagel/jellyseerr@sha256:f19b82dae37cd778ff1e805bce958b074aef789ab89e165a2e0d34965cd870bf + container_name: jellyseerr + ports: + - 5055:5055 + volumes: + - /docker/appdata/jellyseerr:/app/config + environment: + - TZ=America/New_York + - LOG_LEVEL=debug + restart: unless-stopped \ No newline at end of file