-
Notifications
You must be signed in to change notification settings - Fork 3
/
.env.sample
116 lines (80 loc) · 2.97 KB
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
################################################
### 配置文件 ###
################################################
############# Web目录 ############
WWW_DIR=./www
############# 时区 ############
TZ=Asia/Shanghai
############# Alpine镜像仓库(留空则使用默认) ############
ALPINE_REPOSITORIES=mirrors.aliyun.com
############# Debian软件源镜像(留空则使用默认) ############
DEBIAN_SOURCES_MIRROR=mirrors.aliyun.com
############# npm仓库(留空则使用默认) ############
NPM_REGISTRY=https://registry.npm.taobao.org
############# 子网掩码 ############
SUBNET_MASK=172.22.0.0/24
#################### Nginx #####################
NGINX_VERSION=1.15.7
NGINX_HTTP_PORT=80
NGINX_HTTPS_PORT=443
NGINX_IPV4=172.22.0.2
############ PHP extensions #################
# Available extensions:
#
# pdo_mysql,zip,pcntl,mysqli,mbstring,exif,bcmath,calendar,
# sockets,gettext,shmop,sysvmsg,sysvsem,sysvshm,pdo_rebird,
# pdo_dblib,pdo_oci,pdo_odbc,pdo_pgsql,pgsql,oci8,odbc,dba,
# gd,intl,bz2,soap,xsl,xmlrpc,wddx,curl,readline,snmp,pspell,
# recode,tidy,gmp,imap,ldap,imagick,sqlsrv,mcrypt,opcache,
# redis,memcached,xdebug,swoole,pdo_sqlsrv,sodium,yaf,mysql,
# amqp,mongodb,event
#
# Please seperate theme with blank if you use more than
# one.
#################### end ####################
#################### PHP ####################
PHP_VERSION=7.1.24
PHP_EXPOSE_PORT=9000
PHP_IPV4=172.22.0.3
PHP_EXTENSIONS=gd gmp bcmath intl pcntl mysqli pdo_mysql pdo_pgsql mbstring soap iconv gettext mcrypt shmop sockets sysvsem xmlrpc xsl zip opcache mongodb-1.7.5 redis-5.3.7
#################### Java #####################
JAVA_EXPOSE_PORT=21230
JAVA_IPV4=172.22.0.4
#################### MySQL #####################
MYSQL_VERSION=5.6.42
MYSQL_HOST_PORT=3306
MYSQL_ROOT_PASSWORD=123456
MYSQL_IPV4=172.22.0.5
#################### Redis #####################
REDIS_VERSION=5.0.5
REDIS_HOST_PORT=6379
REDIS_IPV4=172.22.0.6
#################### MongoDB #####################
MONGODB_VERSION=4.1
MONGODB_EXPOSE_PORT=27017
MONGODB_IPV4=172.22.0.7
#################### Yapi #####################
YAPI_VERSION=1.8.3
YAPI_HOST_PORT=3000
YAPI_EXPOSE_PORT=3000
YAPI_ADMIN_ACCOUNT=admin@local.com
YAPI_DB_NAME=yapi
YAPI_IPV4=172.22.0.8
#YAPI_GIT_SOURCE=https://gitee.com/mirrors/YApi.git
################## phpMyAdmin ##################
PHPMYADMIN_HOST_PORT=8080
PHPMYADMIN_IPV4=172.22.0.9
#################### Swoft #####################
SWOFT_IPV4=172.22.0.10
SWOFT_WS_DIR=score-api
#################### Java-pab #####################
JAVA_PAB_EXPOSE_PORT=21230
JAVA_PAB_IPV4=172.22.0.11
#################### PHP7.4 ####################
PHP74_VERSION=7.4.33
PHP74_EXPOSE_PORT=9000
PHP74_IPV4=172.22.0.12
PHP74_EXTENSIONS=bcmath gd gettext gmp intl mongodb-1.15.1 mysqli pcntl pdo_mysql pdo_pgsql redis-5.3.7 shmop soap sockets sysvsem xmlrpc xsl opcache zip
#################### MySQL Slave1 #####################
MYSQL_S1_HOST_PORT=3307
MYSQL_S1_IPV4=172.22.0.13