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

This commit is contained in:
Himanshu Ahuja
2026-01-04 19:45:35 +01:00
committed by GitHub
parent fdb7f36347
commit 5899b4b241
@@ -20,9 +20,6 @@ services:
depends_on:
postgres:
condition: service_healthy
command:
- node
- index.js
healthcheck:
test: "wget --no-verbose --tries=1 --spider http://127.0.0.1:4242/health || exit 1"
interval: 1s