Sign inSign up

richcongress/supervisor

By richcongress

Updated over 6 years ago

Image
0

131

richcongress/supervisor repository overview

A Docker image that supervise the Symfony's Messenger queue consumption. The application should be mounted in the /app folder. It processes only the async queue. The tag name corresponds to the PHP version used in the container.

version: '3'
services:
    supervisor:
        container_name: staff_supervisor
        image: richcongress/supervisor:7.3
        volumes:
            - .:/app

Tag summary

Content type

Image

Digest

Size

352.9 MB

Last updated

over 6 years ago

docker pull richcongress/supervisor:7.4