copilot/packages/ui-toolkit/etc/containerpilot.json

16 lines
331 B
JSON

{
"consul": "0.0.0.0:8500",
"jobs": [
{
"name": "ui-toolkit",
"port": 6060,
"exec": "../../node_modules/.bin/serve --single styleguide --port 6060",
"health": {
"exec": "/usr/bin/curl -o /dev/null --fail -s http://0.0.0.0:6060/",
"interval": 3,
"ttl": 10
}
}
]
}