Create readme

This commit is contained in:
Thang Tran 2023-03-02 13:31:18 +07:00
parent 813ba7df8c
commit a5241d9078

View File

@ -1,20 +1,15 @@
version: "3.9" version: "3.9"
services: services:
kata-cli: php-cli:
container_name: kata-cli container_name: php-cli
image: kata-cli image: kata-cli
build: build:
context: .docker/php context: .docker/php
args: args:
- INSTALL_INTL=true - 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_YAML=true
- INSTALL_XDEBUG=true
volumes: volumes:
- .docker/php/conf.d/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini - .docker/php/conf.d/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
- ./:/var/www - ./:/var/www