laravel-horizon: Install 'sockets' without install 'AMQP` (#2211)

* Add LARAVEL_HORIZON_INSTALL_SOCKETS variable. Issue #2209
* Get LARAVEL_HORIZON_INSTALL_SOCKETS from .env. Issue #2209
* Get INSTALL_SOCKETS variable and install 'sockets' ext. Issue #2209
This commit is contained in:
Valentino Lauciani
2019-07-30 06:48:24 +02:00
committed by Shao Yu-Lung (Allen)
parent 51c6d3549c
commit 2e928a4928
3 changed files with 7 additions and 3 deletions

View File

@ -222,6 +222,10 @@ NGINX_PHP_UPSTREAM_CONTAINER=php-fpm
NGINX_PHP_UPSTREAM_PORT=9000
NGINX_SSL_PATH=./nginx/ssl/
### LARAVEL_HORIZON ################################################
LARAVEL_HORIZON_INSTALL_SOCKETS=false
### APACHE ################################################
APACHE_HOST_HTTP_PORT=80