mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
fix: scripts path
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
parent
b77c5f6ac3
commit
8d773a5360
@ -126,10 +126,10 @@ api:
|
|||||||
# Configuration for Aliyun OSS
|
# Configuration for Aliyun OSS
|
||||||
object:
|
object:
|
||||||
enable: "minio"
|
enable: "minio"
|
||||||
apiURL: http://116.30.3.14:10002/object/
|
apiURL: http://127.0.0.1:10002/object/
|
||||||
minio:
|
minio:
|
||||||
bucket: "openim"
|
bucket: "openim"
|
||||||
endpoint: http://116.30.3.14:10005
|
endpoint: http://127.0.0.1:10005
|
||||||
accessKeyID: root
|
accessKeyID: root
|
||||||
secretAccessKey: openIM123
|
secretAccessKey: openIM123
|
||||||
sessionToken: ""
|
sessionToken: ""
|
||||||
|
@ -104,8 +104,7 @@ services:
|
|||||||
container_name: openim-server
|
container_name: openim-server
|
||||||
volumes:
|
volumes:
|
||||||
- ./logs:/openim/openim-server/logs
|
- ./logs:/openim/openim-server/logs
|
||||||
- ./config/config.yaml:/openim/openim-server/config/config.yaml
|
- ./config:/openim/openim-server/config
|
||||||
- ./config/notification.yaml:/openim/openim-server/config/notification.yaml
|
|
||||||
- ./scripts:/openim/openim-server/scripts
|
- ./scripts:/openim/openim-server/scripts
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -125,6 +124,10 @@ services:
|
|||||||
openim_chat:
|
openim_chat:
|
||||||
image: ghcr.io/openimsdk/openim-chat:main
|
image: ghcr.io/openimsdk/openim-chat:main
|
||||||
container_name: openim_chat
|
container_name: openim_chat
|
||||||
|
volumes:
|
||||||
|
- ./_output/openim/openim-chat/logs:/openim/openim-chat/logs
|
||||||
|
- ./_output/openim/openim-chat/config:/openim/openim-chat/config
|
||||||
|
- ./_output/openim/openim-chat/scripts:/openim/openim-chat/scripts
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
|
Loading…
x
Reference in New Issue
Block a user