arrstack: gluetun config updates
This commit is contained in:
parent
5b1e346282
commit
bc963f28ee
@ -21,11 +21,14 @@
|
|||||||
## AirVPN
|
## AirVPN
|
||||||
VPN_SERVICE_PROVIDER=airvpn
|
VPN_SERVICE_PROVIDER=airvpn
|
||||||
VPN_TYPE=wireguard
|
VPN_TYPE=wireguard
|
||||||
SERVER_COUNTRIES=United States
|
#SERVER_NAMES=Bunda,Imai,Saclateni
|
||||||
|
SERVER_NAMES=Bunda
|
||||||
WIREGUARD_PUBLIC_KEY={{ wg_peer_pubkey }}
|
WIREGUARD_PUBLIC_KEY={{ wg_peer_pubkey }}
|
||||||
WIREGUARD_PRIVATE_KEY={{ wg_privkey }}
|
WIREGUARD_PRIVATE_KEY={{ wg_privkey }}
|
||||||
WIREGUARD_PRESHARED_KEY={{ wg_psk }}
|
WIREGUARD_PRESHARED_KEY={{ wg_psk }}
|
||||||
WIREGUARD_ADDRESSES={{ wg_addresses }}
|
WIREGUARD_ADDRESSES={{ wg_addresses }}
|
||||||
FIREWALL_VPN_INPUT_PORTS={{ fw_vpn_input_ports }}
|
FIREWALL_VPN_INPUT_PORTS={{ fw_vpn_input_ports }}
|
||||||
|
|
||||||
|
UPDATER_PERIOD=24h
|
||||||
|
|
||||||
#FIREWALL_OUTBOUND_SUBNETS=10.0.0.0/8,{{ docker_ipv6_subnet }}
|
#FIREWALL_OUTBOUND_SUBNETS=10.0.0.0/8,{{ docker_ipv6_subnet }}
|
||||||
|
@ -21,6 +21,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- traefik_traefik
|
- traefik_traefik
|
||||||
|
volumes:
|
||||||
|
- {{ base_volume_path }}/arrstack/gluetun:/gluetun
|
||||||
|
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
image: linuxserver/qbittorrent:latest
|
image: linuxserver/qbittorrent:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user