- Aggiunto servizio php-worker per avviamento queue
This commit is contained in:
parent
8317fbde5c
commit
6be81f05c2
@ -74,6 +74,16 @@ 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-fpm
|
||||||
|
dockerfile: Dockerfile-70 # or Dockerfile-56, choose your PHP-FPM container setting
|
||||||
|
volumes_from:
|
||||||
|
- applications
|
||||||
|
command: php artisan queue:work
|
||||||
|
|
||||||
### Nginx Server Container ##################################
|
### Nginx Server Container ##################################
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
|
Loading…
Reference in New Issue
Block a user