Skip to content

Commit

Permalink
Use full path for celery container command
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiller committed Mar 22, 2024
1 parent d7af056 commit 68e8709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ services:
- ./app/public:/code/public
command:
[
"celery",
"/code/.venv/bin/python",
"/code/.venv/bin/celery",
"-A",
"cantusdata",
"worker",
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ markdown = "3.4.3"
psycopg = "3.1.8"
requests = "2.31.0"
solrpy = "0.9.9"
django-extensions = "3.2.3"
Werkzeug = "3.0.1"

[tool.poetry.group.dev]
Expand Down

0 comments on commit 68e8709

Please sign in to comment.