You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.0 KiB
YAML
46 lines
1.0 KiB
YAML
---
|
|
arr_portainer_stack_name: vpn-stack
|
|
arr_vpn_image: "ghcr.io/tprasadtp/protonwire"
|
|
arr_vpn_tag: "7.2.5"
|
|
|
|
# Qbittorrent
|
|
qbittorrent_image: lscr.io/linuxserver/qbittorrent
|
|
qbittorrent_tag: 4.5.3
|
|
qbittorrent_container_name: qbittorrent
|
|
qbittorrent_puid: 1000
|
|
qbittorrent_pgid: 1000
|
|
qbittorrent_exposed_web_ui_port: 15000
|
|
qbittorrent_exposed_download_port: 6881
|
|
|
|
|
|
# Radarr
|
|
radarr_image: lscr.io/linuxserver/radarr
|
|
radarr_tag: 4.5.2
|
|
radarr_container_name: radarr
|
|
radarr_exposed_port: 7878
|
|
radarr_puid: 1000
|
|
radarr_pgid: 1000
|
|
|
|
# Sonarr
|
|
sonarr_image: lscr.io/linuxserver/sonarr
|
|
sonarr_tag: 3.0.10
|
|
sonarr_exposed_port: 8989
|
|
sonarr_container_name: sonarr
|
|
sonarr_puid: 1000
|
|
sonarr_pgid: 1000
|
|
|
|
# Jackett
|
|
jackett_image: lscr.io/linuxserver/jackett
|
|
# https://github.com/Jackett/Jackett/releases
|
|
jackett_tag: 0.21.1635
|
|
jackett_exposed_port: 9117
|
|
jackett_container_name: jackett
|
|
jackett_puid: 1000
|
|
jackett_pgid: 1000
|
|
|
|
# Lidarr
|
|
lidarr_image: lscr.io/linuxserver/lidarr
|
|
lidarr_tag: latest
|
|
lidarr_exposed_port: 8686
|
|
lidarr_container_name: lidarr
|