Webhooks for docker-compose containers #9713
quantumsheep
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
I would like to use webhooks to restart containers deployed using docker-compose.
Describe the solution you'd like
Implementing "services" for docker-compose stacks would be the best outcome but persisting webhooks for containers would also be a good solution.
Additional context
I don't want to use Docker Swarm because I want to be able to configure
--runtime
option in order to use gVisor. The only issue is that there is no webhooks with docker-compose stacks so I can't restart my containers whenever I updated the image in a pipeline.Beta Was this translation helpful? Give feedback.
All reactions