fix(cassandra extension): get installed cassandra for horizon and worker images

Setup the installation on laravel-horizon and php-worker images.

Closes #2876
This commit is contained in:
Pavel Savushkin
2021-03-14 16:15:45 +02:00
parent 0c085f4984
commit 925e02bc7b
5 changed files with 73 additions and 31 deletions

View File

@ -354,7 +354,7 @@ services:
- INSTALL_MEMCACHED=${PHP_FPM_INSTALL_MEMCACHED}
- INSTALL_SOCKETS=${LARAVEL_HORIZON_INSTALL_SOCKETS}
- INSTALL_YAML=${LARAVEL_HORIZON_INSTALL_YAML}
- INSTALL_CASSANDRA=${PHP_FPM_INSTALL_CASSANDRA}
- INSTALL_CASSANDRA=${LARAVEL_HORIZON_INSTALL_CASSANDRA}
- INSTALL_PHPREDIS=${LARAVEL_HORIZON_INSTALL_PHPREDIS}
- INSTALL_MONGO=${LARAVEL_HORIZON_INSTALL_MONGO}
- INSTALL_FFMPEG=${LARAVEL_HORIZON_INSTALL_FFMPEG}