From e8296cdcadeddd22c5dbd4e4bbd5c1299d3f2e3e Mon Sep 17 00:00:00 2001 From: Michael Zaikin Date: Tue, 30 Nov 2021 14:43:15 +0300 Subject: [PATCH] Export prometheus metrics to 0.0.0.0 --- build/dipdup.mainnet.yml | 2 +- build/dipdup.testnet.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/dipdup.mainnet.yml b/build/dipdup.mainnet.yml index a5ce273..02a8af0 100644 --- a/build/dipdup.mainnet.yml +++ b/build/dipdup.mainnet.yml @@ -42,4 +42,4 @@ hasura: allow_aggregation: false prometheus: - url: 127.0.0.1:2112 \ No newline at end of file + url: ${PROMETHEUS_BIND:-0.0.0.0:2112} \ No newline at end of file diff --git a/build/dipdup.testnet.yml b/build/dipdup.testnet.yml index 2f70152..cffa8fc 100644 --- a/build/dipdup.testnet.yml +++ b/build/dipdup.testnet.yml @@ -81,4 +81,4 @@ hasura: allow_aggregation: false prometheus: - url: 127.0.0.1:2112 \ No newline at end of file + url: ${PROMETHEUS_BIND:-0.0.0.0:2112} \ No newline at end of file