Skip to content

Simple observer that rebuilds and updates single Docker services when their code changes

License

Notifications You must be signed in to change notification settings

floscha/seawatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

SeaWatch

Build Status Codacy Badge

Simple observer that rebuilds and updates single Docker services when their code changes.

Usage

  1. Make sure Python (including pip) is installed.
  2. From within the project folder, install SeaWatch like so:
$ pip install .
  1. Run the command line script pointing to the docker-compose.yml and specify what file extensions to observe:
$ seawatch docker-compose.yml py

The example above uses the docker-compose.yml file in the current directory and observes all files with an .py extension. Also, it is possible to specify multiple file extensions to observe.

SeaWatch will now wait for source code changes and automatically update the services within their Docker Compose environment.

About

Simple observer that rebuilds and updates single Docker services when their code changes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages