Change invidious service port to ensure no conflicts with git service
This commit is contained in:
parent
0b001faccd
commit
fb3a37bc16
|
|
@ -22,7 +22,7 @@ PersistentKeepalive = 25
|
|||
# Invidious Service
|
||||
[Peer]
|
||||
PublicKey = {{ invidious_service_pubkey }}
|
||||
AllowedIPs = 10.0.0.3/32
|
||||
AllowedIPs = 10.0.0.9/32
|
||||
PersistentKeepalive = 25
|
||||
|
||||
# Searxng Service
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ services:
|
|||
- VPN_ENDPOINT_PORT={{ proxy_server_vpn_port }}
|
||||
- WIREGUARD_PUBLIC_KEY={{ vpn_server_pubkey }}
|
||||
- WIREGUARD_PRIVATE_KEY={{ invidious_service_privkey }}
|
||||
- WIREGUARD_ADDRESSES=10.0.0.3/32
|
||||
- WIREGUARD_ADDRESSES=10.0.0.9/32
|
||||
- FIREWALL_VPN_INPUT_PORTS=3000,5432
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
|
|
|||
Loading…
Reference in New Issue