setup xdebug for development docker setup

This commit is contained in:
Thilina Pituwala
2020-05-21 16:45:01 +02:00
parent 12799bef9c
commit 1e50da36e6
20 changed files with 3208 additions and 58 deletions

View File

@@ -1,4 +1,4 @@
version: "3.5"
version: "2.4"
services:
mysql:
image: mysql:5.7
@@ -10,8 +10,8 @@ services:
MYSQL_PASSWORD: dev
MYSQL_DATABASE: dev
volumes:
- ./docker/init.sql:/docker-entrypoint-initdb.d/setup.sql
- ./docker/db_data:/var/lib/mysql
- ./docker/development/init.sql:/docker-entrypoint-initdb.d/setup.sql
- ./docker/development/db_data:/var/lib/mysql
icehrm:
build: .