|
|
@ -95,7 +95,7 @@ services:
|
|
|
|
command: minio server /data --console-address ':9090'
|
|
|
|
command: minio server /data --console-address ':9090'
|
|
|
|
|
|
|
|
|
|
|
|
openim-server:
|
|
|
|
openim-server:
|
|
|
|
image: ghcr.io/openimsdk/openim-server:latest
|
|
|
|
image: ghcr.io/openimsdk/openim-server:release-v3.2
|
|
|
|
# build: .
|
|
|
|
# build: .
|
|
|
|
container_name: openim-server
|
|
|
|
container_name: openim-server
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
@ -118,7 +118,7 @@ services:
|
|
|
|
max-file: "2"
|
|
|
|
max-file: "2"
|
|
|
|
|
|
|
|
|
|
|
|
openim-chat:
|
|
|
|
openim-chat:
|
|
|
|
image: ghcr.io/openimsdk/openim-chat:latest
|
|
|
|
image: ghcr.io/openimsdk/openim-chat:release-v3.2
|
|
|
|
container_name: openim-chat
|
|
|
|
container_name: openim-chat
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- ./openim-chat/logs:/openim/openim-chat/logs
|
|
|
|
- ./openim-chat/logs:/openim/openim-chat/logs
|
|
|
|