Commit cbd3cf7c authored by Ignacio Cabrera's avatar Ignacio Cabrera

Adding php-worker container to docker-compose

parent d505871f
......@@ -74,6 +74,15 @@ services:
environment:
# IMPORTANT: Set the Remote Interpreter entry matching name to `laravel`
- PHP_IDE_CONFIG=serverName=laravel
### PHP Worker Container #################################
php-worker:
build:
context: ./php-worker
volumes:
- ../:/var/www/laravel
links:
- workspace
### Nginx Server Container ##################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment