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 RabbitMQ to docker-compose.yaml (#186) #187

Merged
merged 4 commits into from
Apr 22, 2024

Conversation

skoch98
Copy link
Contributor

@skoch98 skoch98 commented Apr 1, 2024

Resolves #186

ATTENTION: Do not merge this until pimcore/docker#152 has been rolled out as a stable Docker image release!

You can test this PR by replaceing the php and supervisord image to the current dev version:

php:
-  image: pimcore/pimcore:php8.2-debug-latest
+  image: pimcore/pimcore:php8.2-debug-v3-dev
supervisord:
  image: pimcore/pimcore:php8.2-supervisord-latest
+  image: pimcore/pimcore:php8.2-supervisord-v3-dev

Run watch -n 1 sudo docker compose exec rabbitmq rabbitmqctl list_queues to monitor the current queue overview with the pending tasks. For example, upload images to see that pimcore_asset_update are being processed.

@CLAassistant
Copy link

CLAassistant commented Apr 1, 2024

CLA assistant check
All committers have signed the CLA.

composer.json Outdated Show resolved Hide resolved
.docker/messenger.yaml Outdated Show resolved Hide resolved
docker-compose.yaml Show resolved Hide resolved
@skoch98 skoch98 changed the title Draft: Add RabbitMQ to docker-compose.yaml (#186) Add RabbitMQ to docker-compose.yaml (#186) Apr 2, 2024
@skoch98 skoch98 requested a review from brusch April 2, 2024 10:54
@mcop1
Copy link
Contributor

mcop1 commented Apr 22, 2024

Since pimcore/docker#152 was merged, the image was released and the pr was even approved already, I merged it.
Thanks everyone for creating/improving the pr 👍

@mcop1 mcop1 merged commit b31daf3 into pimcore:11.x Apr 22, 2024
2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Apr 22, 2024
@mcop1 mcop1 added this to the 11.1 milestone Apr 22, 2024
@fashxp fashxp assigned fashxp and mcop1 and unassigned fashxp Apr 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Add RabbitMQ
7 participants