mirror of
https://github.com/waku-org/go-waku-compose.git
synced 2025-02-22 08:58:06 +00:00
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:
|
||||
- 30304:30304/tcp
|
||||
- 30304:30304/udp
|
||||
- 8545:8545/tcp
|
||||
- 127.0.0.1:8545:8545/tcp
|
||||
- 9005:9005/udp
|
||||
- 8003:8003
|
||||
- 127.0.0.1:8003:8003
|
||||
<<:
|
||||
- *logging
|
||||
- *pg_env
|
||||
@ -68,7 +68,7 @@ services:
|
||||
command:
|
||||
- --config.file=/etc/prometheus/prometheus.yml
|
||||
ports:
|
||||
- 9090:9090
|
||||
- 127.0.0.1:9090:9090
|
||||
restart: on-failure
|
||||
depends_on:
|
||||
- postgres-exporter
|
||||
|
Loading…
x
Reference in New Issue
Block a user