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

Fix docker #8275

Merged
merged 2 commits into from May 30, 2023
Merged

Fix docker #8275

merged 2 commits into from May 30, 2023

Conversation

Nusnus
Copy link
Member

@Nusnus Nusnus commented May 30, 2023

Fixed #8086 and #8105

Example:

cd docker
docker compose build celery

Results:

CleanShot 2023-05-30 at 11 09 10@2x

Example:

docker compose run -w /home/developer/examples/app celery bash -c 'BROKER_URL=pyamqp://rabbit:5672 RESULT_BACKEND=redis://redis celery worker --loglevel=info'

Results

CleanShot 2023-05-30 at 11 10 23@2x

@Nusnus Nusnus added this to the 5.3 milestone May 30, 2023
@Nusnus Nusnus requested a review from auvipy May 30, 2023 08:12
@Nusnus Nusnus self-assigned this May 30, 2023
@Nusnus Nusnus marked this pull request as ready for review May 30, 2023 08:12
@auvipy auvipy merged commit 741ea9d into celery:main May 30, 2023
6 checks passed
@Nusnus Nusnus deleted the fix_docker branch May 30, 2023 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants