GildedRose-Refactoring-Kata/docker-compose.yml
2023-03-02 13:07:09 +07:00

21 lines
494 B
YAML

version: "3.9"
services:
php-cli:
container_name: php-cli
image: customer-core-api-php-cli
build:
context: .docker/php
args:
- INSTALL_INTL=true
- INSTALL_MYSQL=true
- INSTALL_APCU=true
- INSTALL_OPCACHE=true
- INSTALL_AMQP=false
- INSTALL_PHPREDIS=false
- INSTALL_PCOV=true
- INSTALL_YAML=true
volumes:
- .docker/php/conf.d/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
- ./:/var/www