Patch container images

This commit is contained in:
Navratan Lal Gupta 2022-12-11 23:08:12 +05:30 committed by GitHub
parent b87df2a03b
commit 4244edac72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ services:
## Read https://github.com/qdm12/gluetun/wiki for details on configuring VPN for different service providers.
profiles: ["vpn", "stack-2"]
container_name: vpn
image: qmcgaw/gluetun
image: qmcgaw/gluetun:v3.32
cap_add:
- NET_ADMIN
environment:
@ -57,7 +57,7 @@ services:
transmission:
profiles: ["tx", "stack-1"]
container_name: transmission
image: lscr.io/linuxserver/transmission:3.00-r5-ls137
image: lscr.io/linuxserver/transmission:3.00-r6
networks:
- mynetwork
# network_mode: service:vpn # Uncomment this line if vpn is enabled
@ -84,7 +84,7 @@ services:
qbittorrent:
container_name: qbittorrent
profiles: ["qbt", "stack-2"]
image: lscr.io/linuxserver/qbittorrent:4.4.5-r0-ls219
image: lscr.io/linuxserver/qbittorrent:4.5.0
# Comment this if vpn is disabled
depends_on:
- vpn
@ -109,7 +109,7 @@ services:
radarr:
profiles: ["base", "radarr", "stack-1", "stack-2"]
container_name: radarr
image: lscr.io/linuxserver/radarr:4.2.4.6635-ls153
image: lscr.io/linuxserver/radarr:4.2.4
networks:
- mynetwork
environment:
@ -125,7 +125,7 @@ services:
sonarr:
profiles: ["base", "sonarr", "stack-1", "stack-2"]
image: lscr.io/linuxserver/sonarr:v4-4.0.0.141-ls6
image: lscr.io/linuxserver/sonarr:develop-version-4.0.0.269
container_name: sonarr
networks:
- mynetwork
@ -143,7 +143,7 @@ services:
jackett:
profiles: ["jackett", "stack-1"]
container_name: jackett
image: lscr.io/linuxserver/jackett:v0.20.2093-ls77
image: lscr.io/linuxserver/jackett:v0.20.2309
networks:
- mynetwork
environment:
@ -160,7 +160,7 @@ services:
prowlarr:
profiles: ["prowlarr", "stack-2"]
container_name: prowlarr
image: linuxserver/prowlarr:develop-0.4.6.1969-ls69
image: linuxserver/prowlarr:0.4.9-develop
# Comment this if vpn is disabled
depends_on:
- vpn
@ -180,7 +180,7 @@ services:
jellyfin:
profiles: ["base", "jelly", "stack-1", "stack-2"]
image: lscr.io/linuxserver/jellyfin:10.8.5-1-ls181
image: lscr.io/linuxserver/jellyfin:10.8.8
container_name: jellyfin
networks:
- mynetwork