Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docker compose as an alternative setup option #85

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xiamx
Copy link

@xiamx xiamx commented Oct 29, 2023

This allows others to clone the repo and get test out this software quicker with a oneliner solution

- "8000:8000"
environment:
- BROKER_URL=redis://redis:6379/0
- CELERY_RESULT_BACKEND=redis://redis:6379/0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be CELERY_RESULT_BACKEND=redis://redis:6379/1, so that we use database 0 for the broker and database 1 for the results backend.

- redis
environment:
- BROKER_URL=redis://redis:6379/0
- CELERY_RESULT_BACKEND=redis://redis:6379/0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Copy link
Contributor

@wwwwww1020 wwwwww1020 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for your pr, request a change base on the comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants