Skip to content

Commit

Permalink
Fix(docker-compose): update health check command
Browse files Browse the repository at this point in the history
  • Loading branch information
arnonsang committed Jul 7, 2024
1 parent 8c0314e commit 5684f57
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@ services:
- ./assets:/app/assets
environment:
- ENV_VAR=value
restart: unless-stopped
restart: unless-stopped
healthcheck:
test: ["curl", "-f", "http://localhost:8089/healthz"]
interval: 15m
timeout: 10s
retries: 5
start_period: 30s

0 comments on commit 5684f57

Please sign in to comment.