symfony-docker icon indicating copy to clipboard operation
symfony-docker copied to clipboard

Symfony Messenger

Open norkunas opened this issue 1 year ago • 30 comments

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 :)

norkunas avatar Jan 09 '24 05:01 norkunas