16 lines
327 B
JSON
16 lines
327 B
JSON
{
|
|
"consul": "0.0.0.0:8500",
|
|
"jobs": [
|
|
{
|
|
"name": "cp-frontend",
|
|
"port": 3069,
|
|
"exec": "../../node_modules/.bin/serve --single build --port 3069",
|
|
"health": {
|
|
"exec": "/usr/bin/curl -o /dev/null --fail -s http://0.0.0.0:3069/",
|
|
"interval": 3,
|
|
"ttl": 10
|
|
}
|
|
}
|
|
]
|
|
}
|