提交 35b90ca1 编写于 作者: U Ulric Qin

upgrade mysql version in docker-compose

上级 5babee6d
......@@ -3,7 +3,7 @@ version: "3.7"
services:
mysql:
# platform: linux/x86_64
image: "mysql:5.7"
image: "mysql:8"
container_name: mysql
hostname: mysql
restart: always
......@@ -43,22 +43,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 "/wait && /app/ibex server"
n9e:
image: flashcatcloud/nightingale:latest
......@@ -76,7 +76,7 @@ services:
- mysql
- redis
- prometheus
- ibex
# - ibex
command: >
sh -c "/wait && /app/n9e"
......@@ -97,4 +97,4 @@ services:
network_mode: host
depends_on:
- n9e
- ibex
\ No newline at end of file
# - ibex
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册