For further security hardening (especially for autoheal since it's running privileged) in case other two repositories are compromised it would be recommended to fork them, build Docker images and then point docker-compose.yaml to these forked builds.
https://github.com/Arriven/db1000n/blob/main/docker-compose.yml
We're using the following two Docker containers:
willfarrell/autoheal:1.2.0
wfg/openvpn-client:2.1.0
For further security hardening (especially for autoheal since it's running privileged) in case other two repositories are compromised it would be recommended to fork them, build Docker images and then point
docker-compose.yaml
to these forked builds.You would have to add commits similar to https://github.com/bitshape/docker-autoheal/commit/aa2584f6d8d7da0cfeaba898a11666f9eb978ac5 and https://github.com/bitshape/docker-openvpn-client/commit/c42fcbe6c6bc005d6f302489a735458a9f73f799
@Arriven