add MYSQL_CLIENT and AMQP for php-worker (#1949)

This commit is contained in:
Lan Phan
2019-02-09 15:34:34 +07:00
committed by Shao Yu-Lung (Allen)
parent b1e346383b
commit d5647295ca
3 changed files with 22 additions and 2 deletions

View File

@ -191,6 +191,8 @@ services:
- INSTALL_PHALCON=${PHP_WORKER_INSTALL_PHALCON}
- INSTALL_SOAP=${PHP_WORKER_INSTALL_SOAP}
- INSTALL_ZIP_ARCHIVE=${PHP_WORKER_INSTALL_ZIP_ARCHIVE}
- INSTALL_MYSQL_CLIENT=${PHP_WORKER_INSTALL_MYSQL_CLIENT}
- INSTALL_AMQP=${PHP_WORKER_INSTALL_AMQP}
- PUID=${PHP_WORKER_PUID}
- PGID=${PHP_WORKER_PGID}
volumes: