fix(service): remove command from unleash template (#7379)
This commit is contained in:
parent
fdb7f36347
commit
5899b4b241
1 changed files with 0 additions and 3 deletions
|
|
@ -20,9 +20,6 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
command:
|
|
||||||
- node
|
|
||||||
- index.js
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "wget --no-verbose --tries=1 --spider http://127.0.0.1:4242/health || exit 1"
|
test: "wget --no-verbose --tries=1 --spider http://127.0.0.1:4242/health || exit 1"
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue