Skip to content

Commit

Permalink
OK DEPLOY: upgrade applications
Browse files Browse the repository at this point in the history
  • Loading branch information
navilg committed Dec 31, 2023
1 parent 5e5b8d6 commit bc15353
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
## Read https://github.com/qdm12/gluetun/wiki for details on configuring VPN for different service providers.
profiles: ["vpn"]
container_name: vpn
image: qmcgaw/gluetun:v3.35.0
image: qmcgaw/gluetun:v3.36.0
cap_add:
- NET_ADMIN
environment:
Expand Down Expand Up @@ -86,7 +86,7 @@ services:
## Change password after install from UI --> Tools --> Options --> WebUI ##
qbittorrent:
container_name: qbittorrent
image: lscr.io/linuxserver/qbittorrent:4.5.5
image: lscr.io/linuxserver/qbittorrent:4.6.2
# Comment this if vpn is disabled
depends_on: # Comment this line if vpn is disabled
- vpn # Comment this line if vpn is disabled
Expand All @@ -110,7 +110,7 @@ services:
restart: "unless-stopped"
radarr:
container_name: radarr
image: lscr.io/linuxserver/radarr:5.0.3
image: lscr.io/linuxserver/radarr:5.1.3
networks:
mynetwork:
ipv4_address: ${RADARR_STATIC_CONTAINER_IP} # It should be available IPv4 address in range of docker network `mynetwork` e.g. 172.20.0.2
Expand Down Expand Up @@ -162,7 +162,7 @@ services:

prowlarr:
container_name: prowlarr
image: linuxserver/prowlarr:1.8.6
image: linuxserver/prowlarr:1.11.4
# Comment this if vpn is disabled
depends_on: # Comment this line if vpn is disabled
- vpn # Comment this line if vpn is disabled
Expand All @@ -181,7 +181,7 @@ services:
restart: unless-stopped

jellyfin:
image: lscr.io/linuxserver/jellyfin:10.8.11
image: lscr.io/linuxserver/jellyfin:10.8.13
container_name: jellyfin
networks:
- mynetwork
Expand Down

0 comments on commit bc15353

Please sign in to comment.