mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
dtm
This commit is contained in:
parent
960e3d34eb
commit
b5ea79e3ea
@ -112,18 +112,18 @@ services:
|
|||||||
MINIO_ROOT_PASSWORD: key12345
|
MINIO_ROOT_PASSWORD: key12345
|
||||||
restart: always
|
restart: always
|
||||||
command: minio server /data --console-address ':9090'
|
command: minio server /data --console-address ':9090'
|
||||||
|
#
|
||||||
dtm:
|
# dtm:
|
||||||
image: yedf/dtm
|
# image: yedf/dtm
|
||||||
ports:
|
# ports:
|
||||||
- 36789:36789
|
# - 36789:36789
|
||||||
- 36790:36790
|
# - 36790:36790
|
||||||
environment:
|
# environment:
|
||||||
STORE_DRIVER: mysql
|
# STORE_DRIVER: mysql
|
||||||
STORE_HOST: localhost
|
# STORE_HOST: localhost
|
||||||
STORE_USER: root
|
# STORE_USER: root
|
||||||
STORE_PASSWORD: ''
|
# STORE_PASSWORD: ''
|
||||||
STORE_PORT: 3306
|
# STORE_PORT: 3306
|
||||||
|
|
||||||
open_im_server:
|
open_im_server:
|
||||||
image: openim/open_im_server:v2.3.0-rc0
|
image: openim/open_im_server:v2.3.0-rc0
|
||||||
@ -141,7 +141,6 @@ services:
|
|||||||
- redis
|
- redis
|
||||||
- etcd
|
- etcd
|
||||||
- minio
|
- minio
|
||||||
- dtm
|
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user