PHP Classes

File: docker-compose.yml

Recommend this page to a friend!
  Classes of walid laggoune   QPHP   docker-compose.yml   Download  
File: 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: 193 bytes
 

Contents

Class file image Download
version: "3" networks: php-queue: services: php-queue: container_name: php-queue build: ./php ports: - "15673:15673" volumes: - ./src/:/var/www/qphp networks: - php-queue