-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network dependency vs. depends on
#5
Comments
Thank you for sharing your I'm actively working on this project so stay tuned. I'm aiming to have something that works in your case by this weekend and I want to include recovery of unhealthy containers (à la My first implementation was too naive and I didn't consider that other services (namely |
I have greatly simplified my initial plans and the latest version I pushed will only recreate containers if they have been labelled with labels:
restarter.depends_on_service: gluetun You'll also need to disable The docker-py API didn't make it easy to recreate a container and I had to map all configuration settings one by one. I believe I covered almost all of them and I tested your |
I'm using Gluetun as my VPN client. My services that reply on Gluetun use
network mode
rather thandepends on
. Below I am showing a single service (Speedtest tracker) as an example.Can I add docker-restarter to my stack in this scenario? Please advise any changes needed for me to test. Also, would this replace the need for autoheal?
The text was updated successfully, but these errors were encountered: