Skip to content

Commit

Permalink
add linux_by_categraf_zh.json
Browse files Browse the repository at this point in the history
  • Loading branch information
UlricQin committed Aug 25, 2023
1 parent 35b90ca commit 0a4d1ca
Show file tree
Hide file tree
Showing 2 changed files with 1,544 additions and 20 deletions.
37 changes: 17 additions & 20 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version: "3.7"

services:
mysql:
# platform: linux/x86_64
image: "mysql:8"
container_name: mysql
hostname: mysql
Expand Down Expand Up @@ -43,22 +42,22 @@ services:
- "--enable-feature=remote-write-receiver"
- "--query.lookback-delta=2m"

# ibex:
# image: ulric2019/ibex:0.3
# container_name: ibex
# hostname: ibex
# restart: always
# environment:
# GIN_MODE: release
# TZ: Asia/Shanghai
# WAIT_HOSTS: 127.0.0.1:3306
# volumes:
# - ./ibexetc:/app/etc
# network_mode: host
# depends_on:
# - mysql
# command: >
# sh -c "/wait && /app/ibex server"
ibex:
image: ulric2019/ibex:0.3
container_name: ibex
hostname: ibex
restart: always
environment:
GIN_MODE: release
TZ: Asia/Shanghai
WAIT_HOSTS: 127.0.0.1:3306
volumes:
- ./ibexetc:/app/etc
network_mode: host
depends_on:
- mysql
command: >
sh -c "/app/ibex server"
n9e:
image: flashcatcloud/nightingale:latest
Expand All @@ -76,7 +75,6 @@ services:
- mysql
- redis
- prometheus
# - ibex
command: >
sh -c "/wait && /app/n9e"
Expand All @@ -96,5 +94,4 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
network_mode: host
depends_on:
- n9e
# - ibex
- n9e
Loading

0 comments on commit 0a4d1ca

Please sign in to comment.