From 67af52d8e28a68b5016f5f87cd802296f78dbc7b Mon Sep 17 00:00:00 2001 From: chan Date: Tue, 9 Jun 2026 14:38:18 +0900 Subject: [PATCH] feat(monitor): add blackbox-exporter service to staging compose templates --- docker/docker-compose.staging.template.yaml | 12 ++++++++++++ docker/staging_pull_compose.template.yaml | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/docker/docker-compose.staging.template.yaml b/docker/docker-compose.staging.template.yaml index ac4ac181..550aa4af 100644 --- a/docker/docker-compose.staging.template.yaml +++ b/docker/docker-compose.staging.template.yaml @@ -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 diff --git a/docker/staging_pull_compose.template.yaml b/docker/staging_pull_compose.template.yaml index 4ccc158e..33ae8b2d 100644 --- a/docker/staging_pull_compose.template.yaml +++ b/docker/staging_pull_compose.template.yaml @@ -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: