diff --git a/docker/docker-02/jellyseerr/compose.yaml b/docker/docker-02/jellyseerr/compose.yaml new file mode 100644 index 0000000..b3f91b3 --- /dev/null +++ b/docker/docker-02/jellyseerr/compose.yaml @@ -0,0 +1,18 @@ +--- +services: + jellyseerr: + image: ghcr.io/fallenbagel/jellyseerr:latest + container_name: jellyseerr + environment: + - TZ=Etc/UTC + ports: + - 5055:5055 + volumes: + - ./config:/app/config + networks: + - newt + restart: unless-stopped + +networks: + newt: + external: true \ No newline at end of file