Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 17, 2020 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/32481c6f358831621ba545014b173747 to your computer and use it in GitHub Desktop.
Save velotiotech/32481c6f358831621ba545014b173747 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