Open
Description
How to run Symfony Messenger with this setup?
I thought about this in compose.yaml:
php-worker:
build:
context: .
target: frankenphp_dev
image: ${IMAGES_PREFIX:-}app-php
restart: unless-stopped
command: php bin/console messenger:consume async -v
Does it make sense? What are the options? Would be good to add something about this to README :)