Skip to content

Symfony Messenger #539

Open
Open
@norkunas

Description

@norkunas

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions