Merge pull request #673 from cabrerabywaters/PHP_WORKER

Php worker
This commit is contained in:
Mahmoud Zalt
2017-03-17 11:05:53 -04:00
committed by GitHub
3 changed files with 57 additions and 0 deletions

View File

@ -72,6 +72,15 @@ services:
- "dockerhost:${DOCKER_HOST_IP}"
environment:
- PHP_IDE_CONFIG=${PHP_IDE_CONFIG}
### PHP Worker Container #####################################
php-worker:
build:
context: ./php-worker
volumes_from:
- applications
depends_on:
- workspace
### Nginx Server Container ##################################