A Flask app to manage Docker stack deployments.
Best in conjuction with https://github.com/TheEdgeOfRage/deploy-app.
Under the hood, deploy-webhook uses servicectl to manage the services. It's a python library that acts as a frontend to the Python Docker library with some additional functionality allowing eg. the atomic stack updates.
The documentation with a setup guide can be found at https://docs.theedgeofrage.com/deploy-webhook.
This software is distributed under terms of the BSD-3-Clause license.
The async task runner is based on @miguelgrinberg's code from the flack repository.