提交 0a4d1cad 编写于 作者: U Ulric Qin

add linux_by_categraf_zh.json

上级 35b90ca1
...@@ -2,7 +2,6 @@ version: "3.7" ...@@ -2,7 +2,6 @@ version: "3.7"
services: services:
mysql: mysql:
# platform: linux/x86_64
image: "mysql:8" image: "mysql:8"
container_name: mysql container_name: mysql
hostname: mysql hostname: mysql
...@@ -43,22 +42,22 @@ services: ...@@ -43,22 +42,22 @@ services:
- "--enable-feature=remote-write-receiver" - "--enable-feature=remote-write-receiver"
- "--query.lookback-delta=2m" - "--query.lookback-delta=2m"
# ibex: ibex:
# image: ulric2019/ibex:0.3 image: ulric2019/ibex:0.3
# container_name: ibex container_name: ibex
# hostname: ibex hostname: ibex
# restart: always restart: always
# environment: environment:
# GIN_MODE: release GIN_MODE: release
# TZ: Asia/Shanghai TZ: Asia/Shanghai
# WAIT_HOSTS: 127.0.0.1:3306 WAIT_HOSTS: 127.0.0.1:3306
# volumes: volumes:
# - ./ibexetc:/app/etc - ./ibexetc:/app/etc
# network_mode: host network_mode: host
# depends_on: depends_on:
# - mysql - mysql
# command: > command: >
# sh -c "/wait && /app/ibex server" sh -c "/app/ibex server"
n9e: n9e:
image: flashcatcloud/nightingale:latest image: flashcatcloud/nightingale:latest
...@@ -76,7 +75,6 @@ services: ...@@ -76,7 +75,6 @@ services:
- mysql - mysql
- redis - redis
- prometheus - prometheus
# - ibex
command: > command: >
sh -c "/wait && /app/n9e" sh -c "/wait && /app/n9e"
...@@ -96,5 +94,4 @@ services: ...@@ -96,5 +94,4 @@ services:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
network_mode: host network_mode: host
depends_on: depends_on:
- n9e - n9e
# - ibex \ No newline at end of file
\ No newline at end of file
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册