Skip to content

Instantly share code, notes, and snippets.

@pranavcode
Created April 1, 2019 10:09
Show Gist options
  • Save pranavcode/f0ef7ae5956ea90e7bdc5ef2d905c95c to your computer and use it in GitHub Desktop.
Save pranavcode/f0ef7ae5956ea90e7bdc5ef2d905c95c to your computer and use it in GitHub Desktop.
Velotio - HashiCorp Consul Part 2 - Procfile for MongoDB Docker Container
# Mongo
mongo: /opt/mongo.sh
# Consul Client Agent
consul: /opt/consul.sh
# Consul Client Health Checks
consul_check: while true; do /opt/checks_toggler.sh && sleep 10; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment