Skip to content

Commit

Permalink
Merge pull request #274 from candleindark/remove-worker-dependency
Browse files Browse the repository at this point in the history
Remove worker service dependency in Docker Compose file
  • Loading branch information
candleindark authored Nov 23, 2023
2 parents f5bd136 + 06ed8e9 commit 85987c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ services:
depends_on:
broker:
condition: service_healthy
worker:
condition: service_healthy
command: [
"bash", "-c",
"celery -A datalad_registry.make_celery:celery_app beat -s /data/celerybeat-schedule -l INFO"
Expand All @@ -79,8 +77,6 @@ services:
depends_on:
broker:
condition: service_healthy
worker:
condition: service_healthy
environment:
<<: *env
FLOWER_BROKER_API: "${FLOWER_BROKER_API}"
Expand Down

0 comments on commit 85987c9

Please sign in to comment.