From b5ea79e3ea3f23c07e121d3c3a9b53ec4ef35441 Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Thu, 21 Jul 2022 11:05:16 +0800 Subject: [PATCH] dtm --- docker-compose.yaml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 7232751ce..4e7fb8549 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -112,18 +112,18 @@ services: MINIO_ROOT_PASSWORD: key12345 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 +# +# 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.3.0-rc0 @@ -141,7 +141,6 @@ services: - redis - etcd - minio - - dtm network_mode: "host" logging: driver: json-file