forked from DevOps/deploy.stack
feat(db): 添加Loki服务配置并更新n9e端口
添加Loki服务的环境配置和stack文件,同时为n9e服务新增20090端口映射 注释掉categraf服务配置以便后续调整
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
IMAGE_TAG=3.6.2
|
||||
IMAGE_NAME=grafana/loki
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
services:
|
||||
loki:
|
||||
image: ${IMAGE_NAME}:${IMAGE_TAG}
|
||||
ports:
|
||||
- "3100:3100"
|
||||
command: -config.file=/etc/loki/local-config.yaml
|
||||
Reference in New Issue
Block a user