fix(nats,dapr): remove healthchecks — scratch images have no shell/wget. Fix depends_on to use service_started

This commit is contained in:
asepharyana
2026-07-21 17:30:21 +07:00
parent 9a29d86fbd
commit 7b983daa4c
3 changed files with 6 additions and 18 deletions
-6
View File
@@ -6,12 +6,6 @@ services:
networks:
- app-shared-net
command: ["./placement", "--port", "50005"]
healthcheck:
test: ['CMD-SHELL', 'wget --spider http://localhost:50005/healthz || exit 1']
interval: 15s
timeout: 5s
retries: 3
start_period: 10s
networks:
app-shared-net: