copilot/packages/cp-gql-mock-server/etc/containerpilot.json

15 lines
291 B
JSON

{
"consul": "0.0.0.0:8500",
"jobs": [
{
"name": "cp-gql-mock-server",
"port": 3000,
"exec": "yarn run start",
"health": {
"exec": "/usr/bin/curl -o /dev/null --fail -s http://0.0.0.0:3000/",
"interval": 3,
"ttl": 10
}
}
]
}