compose-monitor

This utility is designed for monitoring and updating of the services in the specified docker-compose.yml file.


License
Apache-2.0
Install
pip install compose-monitor==1.2.6

Documentation

language license

compose-monitor

Description

This utility is designed for monitoring and updating of the services in the specified docker-compose.yml file.

Installation

python setup.py install

or

pip install -e .

or

pip install compose-monitor

How to use

Run it with the directory with docker-compose.yml file path: compose-monitor -c .

Also checkout list of arguments

arguments

  • -c, --config - Run with config
  • -o, --options - Additional options for the project
  • -l, --log - Redirect logging to file
  • --no-recreate - Don't recreate containers, only pull new images
  • --no-deps - Don't restart service dependencies
  • --affect-only-running - Make update operations only with fully running services