pimcore / skeleton

The Pimcore Skeleton - The right package to get your Pimcore project started from the ground up! 💪
https://pimcore.com
100 stars 107 forks source link

Add RabbitMQ to docker-compose.yaml (#186) #187

Closed skoch98 closed 6 months ago

skoch98 commented 6 months ago

Resolves #186

ATTENTION: Do not merge this until https://github.com/pimcore/docker/pull/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 commented 6 months ago

CLA assistant check
All committers have signed the CLA.

mcop1 commented 6 months ago

Since https://github.com/pimcore/docker/pull/152 was merged, the image was released and the pr was even approved already, I merged it. Thanks everyone for creating/improving the pr :+1: