File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -126,10 +126,10 @@ api:
126
126
# Configuration for Aliyun OSS
127
127
object :
128
128
enable : " minio"
129
- apiURL : http://116.30.3.14 :10002/object/
129
+ apiURL : http://127.0.0.1 :10002/object/
130
130
minio :
131
131
bucket : " openim"
132
- endpoint : http://116.30.3.14 :10005
132
+ endpoint : http://127.0.0.1 :10005
133
133
accessKeyID : root
134
134
secretAccessKey : openIM123
135
135
sessionToken : " "
Original file line number Diff line number Diff line change @@ -104,8 +104,7 @@ services:
104
104
container_name : openim-server
105
105
volumes :
106
106
- ./logs:/openim/openim-server/logs
107
- - ./config/config.yaml:/openim/openim-server/config/config.yaml
108
- - ./config/notification.yaml:/openim/openim-server/config/notification.yaml
107
+ - ./config:/openim/openim-server/config
109
108
- ./scripts:/openim/openim-server/scripts
110
109
restart : always
111
110
depends_on :
@@ -125,6 +124,10 @@ services:
125
124
openim_chat :
126
125
image : ghcr.io/openimsdk/openim-chat:latest
127
126
container_name : openim_chat
127
+ volumes :
128
+ - ./_output/openim/openim-chat/logs:/openim/openim-chat/logs
129
+ - ./_output/openim/openim-chat/config:/openim/openim-chat/config
130
+ - ./_output/openim/openim-chat/scripts:/openim/openim-chat/scripts
128
131
restart : always
129
132
depends_on :
130
133
- mysql
You can’t perform that action at this time.
0 commit comments