mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 22:41:30 +00:00
Create readme
This commit is contained in:
parent
813ba7df8c
commit
a5241d9078
@ -1,20 +1,15 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
kata-cli:
|
||||
container_name: kata-cli
|
||||
php-cli:
|
||||
container_name: php-cli
|
||||
image: kata-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
|
||||
- INSTALL_XDEBUG=true
|
||||
volumes:
|
||||
- .docker/php/conf.d/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
|
||||
- ./:/var/www
|
||||
|
||||
Loading…
Reference in New Issue
Block a user