33 lines
582 B
Plaintext
33 lines
582 B
Plaintext
# base
|
|
COMPOSE_PROJECT_NAME=ipcheck
|
|
CONTAINER_NAME=ipcheck
|
|
|
|
# port
|
|
HOST_PORT_1=9001
|
|
CONTAINER_PORT_1=8000
|
|
|
|
REDIS_HOST_PORT=6000
|
|
|
|
### 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.ustc.edu.cn
|
|
DATA_DIR=./data
|
|
|
|
#
|
|
# Container Timezone
|
|
#
|
|
TZ=Asia/Shanghai
|
|
|
|
# redis
|
|
REDIS_VERSION=6.2-alpine
|
|
REDIS_CONF_FILE=./redis/config/redis-6.conf
|
|
|
|
|
|
|