Skip to content

KernelPryanic/compose-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

compose-monitor tool for docker-compose.yml monitoring

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages