Created
April 1, 2019 10:09
-
-
Save pranavcode/f0ef7ae5956ea90e7bdc5ef2d905c95c to your computer and use it in GitHub Desktop.
Velotio - HashiCorp Consul Part 2 - Procfile for MongoDB Docker Container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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