Skip to content

Commit

Permalink
update hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 authored Oct 31, 2023
1 parent 991306e commit 11263d6
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 @@ -295,7 +295,7 @@ services:
depends_on:
hivemind-vector-redis:
condition: service_healthy
command: celery -A tasks.celery worker -c 1 --hostname celery --loglevel=info
command: celery -A tasks.celery worker -c 1 --hostname hivemind-vector-worker --loglevel=info
volumes:
- hivemind_vector_store:/project/vector_store
healthcheck:
Expand Down

0 comments on commit 11263d6

Please sign in to comment.