-
Notifications
You must be signed in to change notification settings - Fork 2
3.Configuration
Linc70J edited this page Sep 20, 2019
·
3 revisions
Key | Description |
---|---|
APP_ENV |
環境名稱設定(Ex:DEVELOP、STAGING、PRODUCTION) |
Key | Description |
---|---|
COMPOSE_PROJECT_NAME |
docker container 前綴 |
INSTALL_NODE |
安裝 Node.js |
INSTALL_YARN |
安裝 Yarn |
Key | Description |
---|---|
NGINX_HTTP_PORT |
http 對外 port |
NGINX_HTTPS_PORT |
https 對外 port |
Key | Description |
---|---|
PHP_INSTALL_SSH2 |
SSH2是加密的網路傳輸協定 |
PHP_INSTALL_SOAP |
SOAP是XML格式交換資料的一種協議規範 |
PHP_INSTALL_XSL |
XSL是可擴展置標語言(XML) |
PHP_INSTALL_BCMATH |
BCMATH是高精度的浮點型的數據處理模組 |
PHP_INSTALL_IMAP |
IMAP是網際網路資訊存取協定用於郵件傳輸 |
PHP_INSTALL_IMAGICK |
Imagick是開源的圖片編輯工具 |
PHP_INSTALL_MYSQLI |
MySQL是關聯式資料庫管理系統 |
PHP_INSTALL_MSSQL |
Microsoft SQL Server是微軟推出的關聯式資料庫 |
PHP_INSTALL_MONGO |
MongoDB是文件導向的資料庫管理系統 |
PHP_INSTALL_PGSQL |
PostGres是支援SQL命令的程序式編程語言 |
PHP_INSTALL_SOCKETS |
Sockets是支援Socket資料傳輸的擴展模組 |
PHP_INSTALL_RDKAFKA |
Rdkafka是支援kafka資料傳輸的擴展模組 |
PHP_INSTALL_PHPREDIS |
Redis是基於記憶體、可選永續性的鍵值對儲存資料庫 |