waku metrics, rpc, and prometheus ports accessible only from 127.0.0.1

This commit is contained in:
Ivan Folgueira Bande 2023-08-10 10:52:46 +02:00
parent 2978fa8f6d
commit 13ad7626f8
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7
1 changed files with 3 additions and 3 deletions

View File

@ -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