forked from openimsdk/open-im-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
env-a.sh
52 lines (39 loc) · 1.2 KB
/
env-a.sh
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
#!/usr/bin/env bash
#export MINIO_ENDPOINT=http://172.30.0.1:10005
export DOCKER_BRIDGE_SUBNET=172.30.0.0/16
export ZOOKEEPER_PORT=22181
export MYSQL_PORT=23306
export MONGO_PORT=27017
export REDIS_PORT=26379
export KAFKA_PORT=29094
export MINIO_PORT=20005
export GRAFANA_PORT=2000
export OPENIM_WEB_PORT=21001
export OPENIM_WS_PORT=20001
export API_OPENIM_PORT=20002
export OPENIM_CHAT_API_PORT=20008
export OPENIM_ADMIN_API_PORT=20009
export NODE_EXPORTER_PORT=29100
export PROMETHEUS_PORT=29090
export OPENIM_ADMIN_FRONT_PORT=21002
export OPENIM_USER_PORT=30110
export OPENIM_FRIEND_PORT=30120
export OPENIM_MESSAGE_PORT=30130
export OPENIM_MESSAGE_GATEWAY_PORT=30140
export OPENIM_GROUP_PORT=30150
export OPENIM_AUTH_PORT=30160
export OPENIM_PUSH_PORT=30170
export OPENIM_CONVERSATION_PORT=30180
export OPENIM_THIRD_PORT=30190
export API_PROM_PORT=30100
export USER_PROM_PORT=30110
export FRIEND_PROM_PORT=30120
export MESSAGE_PROM_PORT=30130
export MSG_GATEWAY_PROM_PORT=30140
export GROUP_PROM_PORT=30150
export AUTH_PROM_PORT=30160
export PUSH_PROM_PORT=30170
export CONVERSATION_PROM_PORT=30230
export RTC_PROM_PORT=31300
export THIRD_PROM_PORT=31301
export MSG_TRANSFER_PROM_PORT='31400 31401 31402 31403'