This cli application can be used to monitor and alert the user about any failures
For a source install use:
pip3 install .
To use the latest main:
pip3 install --upgrade git+https://github.com/crunchy234/docker-compose-monitor.git
dockermon --help
Note: You can set the config using a json file as well please see --json-config
in the help menu
In order to run the default docker compose you will need to create .local-pg-password.txt
This can be done by using
echo "my-super-secret-password" > .local-pg.password.txt