Adding php-worker container to docker-compose

This commit is contained in:
Ignacio Cabrera 2017-03-14 11:06:45 -03:00
parent d505871faf
commit cbd3cf7c20
1 changed files with 9 additions and 0 deletions

View File

@ -75,6 +75,15 @@ services:
# IMPORTANT: Set the Remote Interpreter entry matching name to `laravel` # IMPORTANT: Set the Remote Interpreter entry matching name to `laravel`
- PHP_IDE_CONFIG=serverName=laravel - PHP_IDE_CONFIG=serverName=laravel
### PHP Worker Container #################################
php-worker:
build:
context: ./php-worker
volumes:
- ../:/var/www/laravel
links:
- workspace
### Nginx Server Container ################################## ### Nginx Server Container ##################################
nginx: nginx: