Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
Alan
2023-08-11 14:41:40 +08:00
committed by GitHub
parent 71393da390
commit 50a63adf5e
9 changed files with 405 additions and 7 deletions
+3 -2
View File
@@ -100,6 +100,7 @@ services:
openim-server:
image: ghcr.io/openimsdk/openim-server:latest
# build: .
container_name: openim-server
volumes:
- ./logs:/openim/openim-server/logs
@@ -149,7 +150,7 @@ services:
# ports:
# - 9091:9091
depends_on:
- openim-server
- openim-server
command: --web.listen-address=:9091 --config.file="/etc/prometheus/prometheus.yml"
network_mode: "host"
@@ -169,4 +170,4 @@ services:
# container_name: node-exporter
# restart: always
# ports:
# - "9100:9100"
# - "9100:9100"