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: Renamed log to var directory
Refactored docker/sdk to change xdebug mode without re-building containers
Date: 26 days ago
Size: 354 bytes
 

 

Contents

Class file image Download
services: php: container_name: transfer-object-php extra_hosts: - "host.docker.internal:host-gateway" environment: XDEBUG_MODE: ${XDEBUG_MODE:-off} build: context: docker/php expose: - 9003 volumes: - ./:/home/transfer/transfer-object - ./var/xdebug-profile:/tmp/xdebug-profile tty: true