Skip to content

Commit

Permalink
Merge pull request #18 from jdi-testing/develop
Browse files Browse the repository at this point in the history
fix master celery path
  • Loading branch information
aleksandrovskiys authored Dec 28, 2021
2 parents b2b3335 + ff18bb7 commit 9130dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:

celery:
image: "ghcr.io/jdi-testing/jdi-qasp-ml:stable"
command: celery -A app.main:celery worker -l info
command: celery -A app.celery:celery worker -l info

redis:
image: "redis:alpine"
Expand Down

0 comments on commit 9130dbb

Please sign in to comment.