Skip to content

Commit

Permalink
fix for healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 authored Oct 31, 2023
1 parent 11263d6 commit 73dad9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ services:
volumes:
- hivemind_vector_store:/project/vector_store
healthcheck:
test: ["CMD-SHELL", "celery inspect ping --destination celery@$$HOSTNAME"]
test: ["CMD-SHELL", "celery -A tasks.celery inspect ping"]
interval: 10s
timeout: 10s
retries: 2
Expand Down

0 comments on commit 73dad9e

Please sign in to comment.