Skip to content

Commit cbd3cf7

Browse files
Adding php-worker container to docker-compose
1 parent d505871 commit cbd3cf7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ services:
7474
environment:
7575
# IMPORTANT: Set the Remote Interpreter entry matching name to `laravel`
7676
- PHP_IDE_CONFIG=serverName=laravel
77+
78+
### PHP Worker Container #################################
79+
php-worker:
80+
build:
81+
context: ./php-worker
82+
volumes:
83+
- ../:/var/www/laravel
84+
links:
85+
- workspace
7786

7887
### Nginx Server Container ##################################
7988

0 commit comments

Comments
 (0)