added radarr
This commit is contained in:
1
public/svgs/radarr.svg
Normal file
1
public/svgs/radarr.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg height="1024" viewBox="0 0 1024 1024" width="1024" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><path id="a" d="m0 0h1024v1024h-1024z"/><clipPath id="b"><use clip-rule="evenodd" xlink:href="#a"/></clipPath></defs><g clip-path="url(#b)"><use fill="none" xlink:href="#a"/><g transform="translate(70 21.00012)"><path d="m105.302 154.943 7.522 714.549c-60.173 7.522-105.30242-22.565-105.30242-82.737l-7.52158-594.205c0-188.03894 172.996-233.1684 278.298-157.9526l534.032 308.3846c75.216 52.651 90.259 150.431 52.651 218.125-7.521-52.651-30.086-82.737-75.216-112.823l-601.726-338.471c-45.129-30.0862-82.737-22.5646-82.737 45.13z" fill="#24292e"/><path d="m0 376.079c45.1295 15.043 90.259 7.521 127.867-15.043l616.769-361.036c37.608 52.651 30.087 105.302-15.043 135.388l-518.989 300.863c-75.216 37.608-172.9961 0-210.604-60.172z" fill="#24292e" transform="translate(60.17249 531.0214)"/><path d="m0 413.687 368.557-210.604-361.03543-203.083z" fill="#ffc230" transform="translate(240.6902 282.8092)"/></g></g></svg>
|
After Width: | Height: | Size: 1.0 KiB |
24
templates/compose/radarr.yaml
Normal file
24
templates/compose/radarr.yaml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# documentation: https://hub.docker.com/r/linuxserver/radarr
|
||||||
|
# slogan: Radarr - A fork of Sonarr to work with movies à la Couchpotato.
|
||||||
|
# tags: media, server, movies
|
||||||
|
# logo: svgs/radarr.svg
|
||||||
|
# port: 7878
|
||||||
|
|
||||||
|
services:
|
||||||
|
radarr:
|
||||||
|
image: lscr.io/linuxserver/radarr:latest
|
||||||
|
environment:
|
||||||
|
- SERVICE_FQDN_RADARR_7878
|
||||||
|
- _APP_URL=$SERVICE_FQDN_RADARR
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=${TZ:-America/Toronto}
|
||||||
|
volumes:
|
||||||
|
- radarr-config:/config
|
||||||
|
# - radarr-movies:/movies #optional
|
||||||
|
# - downloads:/downloads #optional
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "curl", "-f", "http://localhost:7878/ping"]
|
||||||
|
interval: 2s
|
||||||
|
timeout: 10s
|
||||||
|
retries: 15
|
Reference in New Issue
Block a user