feat(vpn): Use integrated healthcheck

This commit is contained in:
AdrienPoupa
2025-05-23 23:33:44 +02:00
parent 8c9ff6d4f4
commit a2138db0ff

View File

@@ -309,16 +309,13 @@ services:
- PORT_PERSIST=1
- PORT_SCRIPT=/pia-shared/portupdate-qbittorrent.sh
- FIREWALL=0
- ACTIVE_HEALTHCHECKS=1
- RECONNECT=1
sysctls:
- net.ipv4.conf.all.src_valid_mark=1
- net.ipv6.conf.default.disable_ipv6=1
- net.ipv6.conf.all.disable_ipv6=1
- net.ipv6.conf.lo.disable_ipv6=1
healthcheck:
test: ping -c 1 www.google.com || exit 1
interval: 30s
timeout: 10s
retries: 3
restart: always
unpackerr:
image: ghcr.io/unpackerr/unpackerr:latest