rocks cache

This commit is contained in:
wangchuxiao
2022-07-14 12:08:28 +08:00
parent 9e0e2fe124
commit b064244907
34 changed files with 1103 additions and 2447 deletions
+13
View File
@@ -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