Update docker images
This commit is contained in:
@@ -3,7 +3,7 @@ name: Book collector
|
||||
services:
|
||||
readarr-audiobook:
|
||||
hostname: readarr-audiobook
|
||||
image: linuxserver/readarr:develop # TODO: Move to a stable version
|
||||
image: lscr.io/linuxserver/readarr:develop # TODO: Move to a stable version
|
||||
profiles: [ebooks]
|
||||
environment:
|
||||
PUID: ${NASCOMPOSE_UID?}
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
|
||||
readarr-ebook:
|
||||
hostname: readarr-ebook
|
||||
image: linuxserver/readarr:develop # TODO: Move to a stable version
|
||||
image: lscr.io/linuxserver/readarr:develop # TODO: Move to a stable version
|
||||
profiles: [ebooks]
|
||||
environment:
|
||||
PUID: ${NASCOMPOSE_UID?}
|
||||
|
||||
@@ -3,7 +3,7 @@ name: Comic collector
|
||||
services:
|
||||
mylar:
|
||||
hostname: mylar
|
||||
image: linuxserver/mylar3
|
||||
image: lscr.io/linuxserver/mylar3
|
||||
profiles: [ebooks]
|
||||
environment:
|
||||
PUID: ${NASCOMPOSE_UID?}
|
||||
|
||||
@@ -3,7 +3,7 @@ name: Dynamic DNS
|
||||
services:
|
||||
duckdns:
|
||||
hostname: duckdns
|
||||
image: linuxserver/duckdns
|
||||
image: lscr.io/linuxserver/duckdns
|
||||
environment:
|
||||
- SUBDOMAINS=${NASCOMPOSE_DUCKDNS_DOMAIN?}
|
||||
- FILE__TOKEN=/run/secrets/duckdns_token
|
||||
|
||||
@@ -3,7 +3,7 @@ name: eBook-Reader
|
||||
services:
|
||||
calibre:
|
||||
hostname: calibre
|
||||
image: linuxserver/calibre
|
||||
image: lscr.io/linuxserver/calibre
|
||||
environment:
|
||||
PUID: ${NASCOMPOSE_UID?}
|
||||
PGID: ${NASCOMPOSE_GID?}
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
|
||||
calibre-web:
|
||||
hostname: calibre-web
|
||||
image: linuxserver/calibre-web
|
||||
image: lscr.io/linuxserver/calibre-web
|
||||
environment:
|
||||
PUID: ${NASCOMPOSE_UID?}
|
||||
PGID: ${NASCOMPOSE_GID?}
|
||||
|
||||
@@ -3,7 +3,7 @@ name: Indexer
|
||||
services:
|
||||
prowlarr:
|
||||
hostname: prowlarr
|
||||
image: linuxserver/prowlarr
|
||||
image: lscr.io/linuxserver/prowlarr
|
||||
environment:
|
||||
PUID: ${NASCOMPOSE_UID?}
|
||||
PGID: ${NASCOMPOSE_GID?}
|
||||
|
||||
@@ -24,7 +24,7 @@ services:
|
||||
|
||||
tautulli:
|
||||
hostname: tautulli
|
||||
image: tautulli/tautulli
|
||||
image: lscr.io/linuxserver/tautulli
|
||||
environment:
|
||||
PLEX_UID: ${NASCOMPOSE_UID?}
|
||||
PLEX_GID: ${NASCOMPOSE_GID?}
|
||||
|
||||
@@ -3,7 +3,7 @@ name: Media requester
|
||||
services:
|
||||
ombi:
|
||||
hostname: ombi
|
||||
image: linuxserver/ombi
|
||||
image: lscr.io/linuxserver/ombi
|
||||
environment:
|
||||
PUID: ${NASCOMPOSE_UID?}
|
||||
PGID: ${NASCOMPOSE_GID?}
|
||||
|
||||
@@ -3,7 +3,7 @@ name: Movie collector
|
||||
services:
|
||||
radarr:
|
||||
hostname: radarr
|
||||
image: linuxserver/radarr
|
||||
image: lscr.io/linuxserver/radarr
|
||||
environment:
|
||||
PUID: ${NASCOMPOSE_UID?}
|
||||
PGID: ${NASCOMPOSE_GID?}
|
||||
|
||||
@@ -3,7 +3,7 @@ name: Network monitoring
|
||||
services:
|
||||
smokeping:
|
||||
hostname: smokeping
|
||||
image: linuxserver/smokeping
|
||||
image: lscr.io/linuxserver/smokeping
|
||||
environment:
|
||||
PUID: ${NASCOMPOSE_UID?}
|
||||
PGID: ${NASCOMPOSE_GID?}
|
||||
|
||||
@@ -3,7 +3,7 @@ name: Portal
|
||||
services:
|
||||
heimdall:
|
||||
hostname: heimdall
|
||||
image: linuxserver/heimdall
|
||||
image: lscr.io/linuxserver/heimdall
|
||||
environment:
|
||||
PUID: ${NASCOMPOSE_UID?}
|
||||
PGID: ${NASCOMPOSE_GID?}
|
||||
|
||||
@@ -3,7 +3,7 @@ name: SSH Protection
|
||||
services:
|
||||
endlessh:
|
||||
hostname: endlessh
|
||||
image: linuxserver/endlessh
|
||||
image: lscr.io/linuxserver/endlessh
|
||||
environment:
|
||||
PUID: ${NASCOMPOSE_UID?}
|
||||
PGID: ${NASCOMPOSE_GID?}
|
||||
|
||||
@@ -3,7 +3,7 @@ name: Subtitle collector
|
||||
services:
|
||||
bazarr:
|
||||
hostname: bazarr
|
||||
image: linuxserver/bazarr
|
||||
image: lscr.io/linuxserver/bazarr
|
||||
environment:
|
||||
PUID: ${NASCOMPOSE_UID?}
|
||||
PGID: ${NASCOMPOSE_GID?}
|
||||
|
||||
@@ -49,7 +49,10 @@ services:
|
||||
|
||||
qbitmanage:
|
||||
hostname: qbitmanage
|
||||
image: bobokun/qbit_manage
|
||||
image: hotio/qbitmanage
|
||||
environment:
|
||||
PUID: ${NASCOMPOSE_UID?}
|
||||
PGID: ${NASCOMPOSE_GID?}
|
||||
networks:
|
||||
- torrents
|
||||
- reverse-proxy
|
||||
|
||||
@@ -3,7 +3,7 @@ name: TV collector
|
||||
services:
|
||||
sonarr:
|
||||
hostname: sonarr
|
||||
image: linuxserver/sonarr:develop # TODO: Move back to latest
|
||||
image: lscr.io/linuxserver/sonarr:develop # TODO: Move back to latest
|
||||
environment:
|
||||
PUID: ${NASCOMPOSE_UID?}
|
||||
PGID: ${NASCOMPOSE_GID?}
|
||||
|
||||
@@ -9,7 +9,7 @@ services:
|
||||
|
||||
sabnzbd:
|
||||
hostname: sabnzbd
|
||||
image: linuxserver/sabnzbd
|
||||
image: lscr.io/linuxserver/sabnzbd
|
||||
profiles: [usenet]
|
||||
environment:
|
||||
PUID: ${NASCOMPOSE_UID?}
|
||||
|
||||
Reference in New Issue
Block a user