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