PHP Classes

File: docker-compose.yml

Recommend this page to a friend!
  Classes of Sergii Pryz   Transfer Object   docker-compose.yml   Download  
File: docker-compose.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Transfer Object
Generate transfer objects using property hooks
Author: By
Last change: Actualized docker/sdk to use xdebug profiler
Date: 6 days ago
Size: 365 bytes
 

Contents

Class file image Download
services: php: build: context: docker/php args: ENABLE_XDEBUG: ${ENABLE_XDEBUG:-0} ENABLE_XDEBUG_PROFILER: ${ENABLE_XDEBUG_PROFILER:-0} container_name: transfer-object-php extra_hosts: - "host.docker.internal:host-gateway" expose: - 9003 volumes: - ./:/home/transfer/transfer-object tty: true