feat: add radarr
This commit is contained in:
+16
-2
@@ -10,8 +10,8 @@ services:
|
|||||||
# HACK: Binding while bootstrapping, testing
|
# HACK: Binding while bootstrapping, testing
|
||||||
# - jellyfin-cfg:/config
|
# - jellyfin-cfg:/config
|
||||||
- ./config/jellyfin:/config
|
- ./config/jellyfin:/config
|
||||||
- /mnt/mediaserver/media/Movies:/media/Movies
|
- /mnt/mediaserver/media/movies:/media/movies
|
||||||
- /mnt/mediaserver/media/Shows:/media/Shows
|
- /mnt/mediaserver/media/movies:/media/movies
|
||||||
devices:
|
devices:
|
||||||
- /dev/dri:/dev/dri
|
- /dev/dri:/dev/dri
|
||||||
labels:
|
labels:
|
||||||
@@ -50,6 +50,20 @@ services:
|
|||||||
- 6881:6881/udp
|
- 6881:6881/udp
|
||||||
networks:
|
networks:
|
||||||
- streaming
|
- streaming
|
||||||
|
radarr:
|
||||||
|
image: lscr.io/linuxserver/radarr:latest
|
||||||
|
container_name: radarr
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 7878:7878
|
||||||
|
volumes:
|
||||||
|
# HACK: Binding while bootstrapping, testing
|
||||||
|
# - radarr-cfg:/config
|
||||||
|
- ./config/radarr:/config
|
||||||
|
- /mnt/mediaserver/downloads:/downloads
|
||||||
|
- /mnt/mediaserver/movies:/movies
|
||||||
|
networks:
|
||||||
|
- streaming
|
||||||
volumes:
|
volumes:
|
||||||
jellyfin-cfg:
|
jellyfin-cfg:
|
||||||
qbittorrent-cfg:
|
qbittorrent-cfg:
|
||||||
|
|||||||
Reference in New Issue
Block a user