joyent-portal/cloudapi-graphql/etc/containerpilot.json

15 lines
271 B
JSON
Raw Normal View History

2016-10-17 18:41:17 +03:00
{
"consul": "{{ .CONSUL }}:8500",
"services": [
{
"name": "joyent-portal-cloudapi-graphql",
2016-10-17 18:41:17 +03:00
"port": 3000,
"health": "/usr/bin/curl -o /dev/null --fail -s http://localhost:3000/",
"poll": 3,
"ttl": 10
}
],
"backends": [
]
}