This commit is contained in:
wangchuxiao 2022-07-21 11:05:16 +08:00
parent 960e3d34eb
commit b5ea79e3ea

View File

@ -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