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