Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 648 Bytes

readme.md

File metadata and controls

26 lines (22 loc) · 648 Bytes

Docker Monitor

This cli application can be used to monitor and alert the user about any failures

Installation

For a source install use:

pip3 install .

To use the latest main:

pip3 install --upgrade git+https://github.com/crunchy234/docker-compose-monitor.git

Help menu

dockermon --help

Note: You can set the config using a json file as well please see --json-config in the help menu

Default docker compose

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