Watchman processes for which go is specifically well suited
- Go 1.6+
- Glide 0.12
cd <sub-project>
glide install
cd deploy
# use go exec as entrypoint
./build.sh annotations_mock_server 99 annotations/mockery/cmd standalone [push]
# use supervisord as entrypoint
./build.sh annotations_mock_server 99 annotations/mockery/cmd supervisord [push]
# on remote host
# update docker-compose.yml
docker-compose up -d
- Use env vars in docker-compose.yml to configure your app.
- If using standalone mode, add cli options in docker run or compose file.
- Mount supervisord.conf in docker-compose for custom supervisor conf.