Skip to content

Commit

Permalink
Fix myproject references by replacing it with {{project_name}}
Browse files Browse the repository at this point in the history
  • Loading branch information
pamella committed May 20, 2024
1 parent e988863 commit 43a4050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ After completing ALL of the above, remove this `Project bootstrap` section from
#### Setup Celery
- `poetry run celery --app=myproject worker --loglevel=info`
- `poetry run celery --app={{project_name}} worker --loglevel=info`
#### Setup Redis
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
build:
dockerfile: backend/Dockerfile
context: .
command: celery --app=myproject worker --loglevel=info
command: celery --app={{project_name}} worker --loglevel=info
volumes:
- ./:/home/user/app/
env_file: backend/.env
Expand Down

0 comments on commit 43a4050

Please sign in to comment.