Tools for deploying windbreaker
Run pull-repos.sh
to pull down all of the services. It will also pull down updates.
Run deploy-local.sh
to build and launch services together.
To monitor logs of services that you are interested in use the
docker-compose logs
command.
Ex:
docker-compose logs -f windbreaker npm-watcher
Note: -f
flag will tail the logs.