diff --git a/starr/starr-stack b/starr/starr-stack new file mode 100644 index 0000000..050fc58 --- /dev/null +++ b/starr/starr-stack @@ -0,0 +1,15 @@ +# + +services: + overseerr: + image: sctx/overseerr:latest + container_name: overseerr + environment: + - LOG_LEVEL=debug + - TZ=America/Los_Angeles + - PORT=5055 + ports: + - 5055:5055 + volumes: + - /mnt/arrs/overseerr:/app/config + restart: unless-stopped \ No newline at end of file