mirror of
https://github.com/waku-org/go-waku-compose.git
synced 2025-02-23 01:18:10 +00:00
Merge pull request #3 from waku-org/restrict-to-localhost
waku metrics, rpc, and prometheus ports accessible only from 127.0.0.1
This commit is contained in:
commit
176657f4eb
@ -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…
x
Reference in New Issue
Block a user