This is a simple webhook server, written in python. Once the webhook is triggered (from a GitHub Action for example), the script automatically updates predefined containers using the docker-py library.
- More notes than instructions -
- Create venv
- Create systemd service
- Create config file
- Enable & start systemd service
Better instructions might follow soon