mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-13 13:35:59 +08:00
rocks cache
This commit is contained in:
@@ -113,6 +113,18 @@ services:
|
||||
restart: always
|
||||
command: minio server /data --console-address ':9090'
|
||||
|
||||
dtm:
|
||||
image: yedf/dtm
|
||||
ports:
|
||||
- 36789:36789
|
||||
- 36790:36790
|
||||
environment:
|
||||
STORE_DRIVER: mysql
|
||||
STORE_HOST: localhost
|
||||
STORE_USER: root
|
||||
STORE_PASSWORD: ''
|
||||
STORE_PORT: 3306
|
||||
|
||||
open_im_server:
|
||||
image: openim/open_im_server:v2.2.0
|
||||
container_name: open_im_server
|
||||
@@ -129,6 +141,7 @@ services:
|
||||
- redis
|
||||
- etcd
|
||||
- minio
|
||||
- dtm
|
||||
network_mode: "host"
|
||||
logging:
|
||||
driver: json-file
|
||||
|
||||
Reference in New Issue
Block a user