-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
100 lines (73 loc) · 2.37 KB
/
.env.example
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
# Choose storage path on your machine. For all storage systems
APP_CODE_PATH_HOST=~/sites
DATA_PATH_HOST=~/.dockerfile/data
WORKSPACE_TIMEZONE=PRC
### Drivers ################################################
# All volumes driver
VOLUMES_DRIVER=local
# All Networks driver
NETWORKS_DRIVER=bridge
### MYSQL #################################################
MYSQL_VERSION=8.0
MYSQL_DATABASE=default
MYSQL_USER=hayden
MYSQL_PASSWORD=root
MYSQL_PORT=3306
MYSQL_ROOT_PASSWORD=root
### REDIS #################################################
REDIS_PORT=6379
### REDISWEBUI #########################################
REDIS_WEBUI_USERNAME=root
REDIS_WEBUI_PASSWORD=hayden
REDIS_WEBUI_CONNECT_HOST=redis
REDIS_WEBUI_CONNECT_PORT=6379
REDIS_WEBUI_CONNECT_AUTH=root
REDIS_WEBUI_PORT=9987
### POSTGRES ##############################################
POSTGRES_VERSION=10.16
POSTGRES_DB=default
POSTGRES_USER=root
POSTGRES_PASSWORD=root
POSTGRES_PORT=5432
### ZOOKEEPER ##############################################
ZOOKEEPER_PORT=2181
### CLICKHOUSE ##############################################
CLICKHOUSE_VERSION=21.5.5.12-alpine
CLICKHOUSE_HTTP_PORT=8123
CLICKHOUSE_CLIENT_PORT=9000
CLICKHOUSE_NATIVE_PORT=9009
CLICKHOUSE_USERS_CUSTOM_CONFIG=./clickhouse/users.xml
### NGINX ##############################################
NGINX_VERSION=1.21.0-alpine
### MongoDB ##############################################
MONGODB_PORT=27017
MONGO_USERNAME=hayden
MONGO_PASSWORD=root
### PolarisMesh ##############################################
POLARIS_EUREKA_PORT=18761
POLARIS_OPEN_API_PORT=18090
POLARIS_SERVICE_GRPC_PORT=18091
POLARIS_CONFIG_GRPC_PORT=18093
POLARIS_PROMETHEUS_SD_PORT=19000
POLARIS_XDSV3_PORT=15010
POLARIS_CONSOLE_PORT=18080
PROMETHEUS_PORT=19090
### ApachePulsar ##############################################
PULSAR_VERSION=latest
PULSAR_HTTP_SERVICE_PORT=8080
PULSAR_MESSAGE_SERVICE_PORT=6650
### MSSQL #################################################
MSSQL_VERSION=2017-latest-ubuntu
MSSQL_DATABASE=master
MSSQL_PASSWORD="hayden"
MSSQL_PORT=1433
### MINIO #################################################
MINIO_PORT=9000
MINIO_CONSOLE_PORT=9001
MINIO_ROOT_USER=root
MINIO_ROOT_PASSWORD=hayden
### Jenkins #################################################
JENKINS_VERSION=latest
JENKINS_PORT=8080
### HANA #################################################
HANA_VERSION=2.00.076.00.20240701.1