first commit

This commit is contained in:
2022-07-06 10:00:16 +08:00
committed by jhx
commit 54e265dd61
56 changed files with 7491 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
# base
CONTAINER_NAME=center
# port
HOST_PORT_1=8000
CONTAINER_PORT_1=8000
HOST_PORT_2=3000
CONTAINER_PORT_2=3000
REDIS_HOST_PORT=63790
### set local app dir there #######
HOST_APP_DIR=../
CONTAINER_APP_DIR=/usr/src/myapp
INSTALL_COMPOSER=true
COMPOSER_INSTALLER=https://install.phpcomposer.com/installer
COMPOSER_MIRROR=https://mirrors.aliyun.com/composer/
INSTALL_LIB_EVENT=true
CHANGE_AlPINE_SOURCE=true
CONTAINER_PACKAGE_URL=mirrors.aliyun.com
DATA_DIR=./data
#
# Container Timezone
#
TZ=Asia/Shanghai
# redis
REDIS_VERSION=6.2-alpine
REDIS_CONF_FILE=./redis/config/redis-6.conf
#apidoc
APIDOC_HOST_PORT=4000
APIDOC_NGINX_CONFD_DIR=./apidoc/nginx/conf.d