waku metrics, rpc, and prometheus ports accessible only from 127.0.0.1
This commit is contained in:
parent
2978fa8f6d
commit
13ad7626f8
|
@ -47,9 +47,9 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 30304:30304/tcp
|
- 30304:30304/tcp
|
||||||
- 30304:30304/udp
|
- 30304:30304/udp
|
||||||
- 8545:8545/tcp
|
- 127.0.0.1:8545:8545/tcp
|
||||||
- 9005:9005/udp
|
- 9005:9005/udp
|
||||||
- 8003:8003
|
- 127.0.0.1:8003:8003
|
||||||
<<:
|
<<:
|
||||||
- *logging
|
- *logging
|
||||||
- *pg_env
|
- *pg_env
|
||||||
|
@ -68,7 +68,7 @@ services:
|
||||||
command:
|
command:
|
||||||
- --config.file=/etc/prometheus/prometheus.yml
|
- --config.file=/etc/prometheus/prometheus.yml
|
||||||
ports:
|
ports:
|
||||||
- 9090:9090
|
- 127.0.0.1:9090:9090
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres-exporter
|
- postgres-exporter
|
||||||
|
|
Loading…
Reference in New Issue