init prometheus监控配置文件

This commit is contained in:
2026-07-09 10:12:19 +08:00
commit 5e9088793c
55 changed files with 205440 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
consul:
image: hashicorp/consul
container_name: consul
ports:
- "8500:8500"
- "8600:8600/udp"
volumes:
- consul-data:/consul/data
- ./consul-config:/consul/config
command: agent -server -bootstrap -ui -client=0.0.0.0
restart: always
volumes:
consul-data: