Adding php-worker container to docker-compose
This commit is contained in:
parent
d505871faf
commit
cbd3cf7c20
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user