compose-watcher
Project description
compose-watcher
Cli that restarts you docker compose services when a file inside one of its volumes changes
To use with compiled languages place the compilation step in the command
field.
Example usage
- graphql api restart when schema file changes
- Mongoke restarts when config schema changes
- Nodejs container restarts when the src folder changes, recompiling with tsc
Install
pip3 install compose-watcher
Usage
Use the directories you want to track as service volumes
Also consider using init: true
in the compose service definition for faster killing of processes.
To not stop the docker-compose logs
command, there should be always a running container
version: '3'
services:
api:
build: node_api
command: sh -c 'tsc --incremental && node index.js'
volumes:
- ./node_api/src:/src
Then execute compose-watcher
to watch changes
compose-watcher -f docker-compose.yml --timeout 5
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
compose-watcher-1.1.1.tar.gz
(4.4 kB
view details)
File details
Details for the file compose-watcher-1.1.1.tar.gz
.
File metadata
- Download URL: compose-watcher-1.1.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d0b51ba6344242b435dafd6282d2b2da1b5811c62b683aec2b33b9071881509a
|
|
MD5 |
0c69c44ddad7ab84976c39740db8fed6
|
|
BLAKE2b-256 |
15005e7ea736cf0d6a689f198ada42900558603ac5130eb7eb9e7387e91adc0b
|