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
Content type
Image
Digest
Size
352.9 MB
Last updated
over 6 years ago
docker pull richcongress/supervisor:7.4