1
0
forked from baron/baron-sso

feat(monitor): add blackbox-exporter service to staging compose templates

This commit is contained in:
2026-06-09 14:38:18 +09:00
parent 4eb4c5af34
commit 67af52d8e2
2 changed files with 24 additions and 0 deletions

View File

@@ -122,6 +122,18 @@ services:
networks:
- baron_net
blackbox-exporter:
image: prom/blackbox-exporter:v0.25.0
container_name: baron_blackbox_exporter
restart: unless-stopped
ports:
- "9115:9115"
volumes:
- ./docker/monitor/blackbox.yml:/etc/blackbox_exporter/config.yml:ro
networks:
- baron_net
- ory-net
networks:
baron_net:
external: true

View File

@@ -550,6 +550,18 @@ services:
networks:
- baron_net
blackbox-exporter:
image: prom/blackbox-exporter:v0.25.0
container_name: baron_blackbox_exporter
restart: unless-stopped
ports:
- "9115:9115"
volumes:
- ./docker/monitor/blackbox.yml:/etc/blackbox_exporter/config.yml:ro
networks:
- baron_net
- ory-net
volumes:
postgres_data:
clickhouse_data: