forked from baron/baron-sso
feat(monitor): add blackbox-exporter service to staging compose templates
This commit is contained in:
@@ -122,6 +122,18 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- baron_net
|
- 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:
|
networks:
|
||||||
baron_net:
|
baron_net:
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
@@ -550,6 +550,18 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- baron_net
|
- 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:
|
volumes:
|
||||||
postgres_data:
|
postgres_data:
|
||||||
clickhouse_data:
|
clickhouse_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user