PHP Classes

File: src/vendor/pda/pheanstalk/docker-compose.yml

Recommend this page to a friend!
  Classes of walid laggoune   QPHP   src/vendor/pda/pheanstalk/docker-compose.yml   Download  
File: src/vendor/pda/pheanstalk/docker-compose.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: QPHP
Exchange messages with a queue server using Swoole
Author: By
Last change:
Date: 2 years ago
Size: 551 bytes
 

Contents

Class file image Download
version: "3" services: beanstalk: build: context: ./dockerfiles dockerfile: Dockerfile-beanstalkd phpunit: build: context: ./dockerfiles dockerfile: Dockerfile-phpunit environment: SERVER_HOST: beanstalk depends_on: - beanstalk volumes: - ./:/app:ro - ./tests/coverage:/app/tests/coverage:rw entrypoint: [ "/sbin/tini", "/usr/bin/phpdbg", "-qrr", "/app/vendor/bin/phpunit", "--coverage-html", "/app/tests/coverage" ] #command: /app