Change invidious service port to ensure no conflicts with git service

This commit is contained in:
cspark 2024-07-06 14:33:09 +01:00
parent 0b001faccd
commit fb3a37bc16
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ PersistentKeepalive = 25
# Invidious Service # Invidious Service
[Peer] [Peer]
PublicKey = {{ invidious_service_pubkey }} PublicKey = {{ invidious_service_pubkey }}
AllowedIPs = 10.0.0.3/32 AllowedIPs = 10.0.0.9/32
PersistentKeepalive = 25 PersistentKeepalive = 25
# Searxng Service # Searxng Service

View File

@ -14,7 +14,7 @@ services:
- VPN_ENDPOINT_PORT={{ proxy_server_vpn_port }} - VPN_ENDPOINT_PORT={{ proxy_server_vpn_port }}
- WIREGUARD_PUBLIC_KEY={{ vpn_server_pubkey }} - WIREGUARD_PUBLIC_KEY={{ vpn_server_pubkey }}
- WIREGUARD_PRIVATE_KEY={{ invidious_service_privkey }} - 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 - FIREWALL_VPN_INPUT_PORTS=3000,5432
ports: ports:
- "3000:3000" - "3000:3000"