update vpn tag

master
chatton 2 years ago
parent 96ca1528c2
commit d36c509359

@ -64,7 +64,7 @@ portainer_roles:
# - role: portainer_diun # - role: portainer_diun
# - role: portainer_dashdot # - role: portainer_dashdot
# - role: portainer_glances # - role: portainer_glances
# - role: portainer_arr - role: portainer_arr
# - role: portainer_pihole # - role: portainer_pihole
- role: portainer_nginx_proxy_manager - role: portainer_nginx_proxy_manager
# - role: portainer_minio # - role: portainer_minio

@ -1,7 +1,7 @@
--- ---
arr_portainer_stack_name: vpn-stack arr_portainer_stack_name: vpn-stack
arr_vpn_image: "ghcr.io/tprasadtp/protonwire" arr_vpn_image: "ghcr.io/tprasadtp/protonwire"
arr_vpn_tag: "7.2.0" arr_vpn_tag: "7.2.5"
# Qbittorrent # Qbittorrent
qbittorrent_image: lscr.io/linuxserver/qbittorrent qbittorrent_image: lscr.io/linuxserver/qbittorrent

@ -31,11 +31,12 @@
# Quote this value as server name can contain '#'. # Quote this value as server name can contain '#'.
PROTONVPN_SERVER: "{{ vpn.protonvpn_server }}" PROTONVPN_SERVER: "{{ vpn.protonvpn_server }}"
# Set this to 1 to show debug logs for issue forms. # Set this to 1 to show debug logs for issue forms.
DEBUG: "1" DEBUG: "0"
# Set this to 0 to disable kill-switch. # Set this to 0 to disable kill-switch.
KILL_SWITCH: "0" KILL_SWITCH: "0"
# follow instructions here https://github.com/tprasadtp/protonvpn-docker # follow instructions here https://github.com/tprasadtp/protonvpn-docker
WIREGUARD_PRIVATE_KEY: "{{ vpn.wireguard_private_key }}" WIREGUARD_PRIVATE_KEY: "{{ vpn.wireguard_private_key }}"
SKIP_DNS_CONFIG: "1"
LAN_NETWORK: "{{ vpn.lan_network }}" LAN_NETWORK: "{{ vpn.lan_network }}"
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
@ -62,9 +63,6 @@
- "{{ jackett_exposed_port }}:9117" - "{{ jackett_exposed_port }}:9117"
# lidarr # lidarr
- "{{ lidarr_exposed_port }}:8686" - "{{ lidarr_exposed_port }}:8686"
dns:
- 1.1.1.1
- 8.8.8.8
qbittorrent: qbittorrent:
labels: "{{ backup_labels}}" labels: "{{ backup_labels}}"

Loading…
Cancel
Save