diff --git a/config/config.yaml b/config/config.yaml index fa373e5e5..348aa2e93 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -126,10 +126,10 @@ api: # Configuration for Aliyun OSS object: enable: "minio" - apiURL: http://116.30.3.14:10002/object/ + apiURL: http://127.0.0.1:10002/object/ minio: bucket: "openim" - endpoint: http://116.30.3.14:10005 + endpoint: http://127.0.0.1:10005 accessKeyID: root secretAccessKey: openIM123 sessionToken: "" diff --git a/docker-compose.yaml b/docker-compose.yaml index 78b8947f0..4904e5ab1 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -104,8 +104,7 @@ services: container_name: openim-server volumes: - ./logs:/openim/openim-server/logs - - ./config/config.yaml:/openim/openim-server/config/config.yaml - - ./config/notification.yaml:/openim/openim-server/config/notification.yaml + - ./config:/openim/openim-server/config - ./scripts:/openim/openim-server/scripts restart: always depends_on: @@ -125,6 +124,10 @@ services: openim_chat: image: ghcr.io/openimsdk/openim-chat:main 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 depends_on: - mysql