arriven / db1000n

MIT License
1.17k stars 200 forks source link

Create forks of required Docker containers #278

Open bitshape opened 2 years ago

bitshape commented 2 years ago

https://github.com/Arriven/db1000n/blob/main/docker-compose.yml

We're using the following two Docker containers:

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

arriven commented 2 years ago

Thanks! Will take a look shortly