fix(service): remove command from unleash template (#7379)

This commit is contained in:
Himanshu Ahuja 2026-01-04 13:45:35 -05:00 committed by GitHub
parent fdb7f36347
commit 5899b4b241
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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