[#47] prometheus: Don't bind port to localhost
All checks were successful
DCO action / DCO (pull_request) Successful in 42s
All checks were successful
DCO action / DCO (pull_request) Successful in 42s
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
c2e2b6442c
commit
de8b58911e
1 changed files with 1 additions and 3 deletions
|
@ -15,8 +15,6 @@ services:
|
||||||
- ./prometheus.yml:/etc/prometheus/prometheus.yml
|
- ./prometheus.yml:/etc/prometheus/prometheus.yml
|
||||||
command:
|
command:
|
||||||
- --config.file=/etc/prometheus/prometheus.yml
|
- --config.file=/etc/prometheus/prometheus.yml
|
||||||
ports:
|
|
||||||
- '9090:9090'
|
|
||||||
stop_signal: SIGKILL
|
stop_signal: SIGKILL
|
||||||
env_file: [ ".env", ".prometheus.env", ".int_test.env" ]
|
env_file: [ ".env", ".prometheus.env", ".int_test.env" ]
|
||||||
|
|
||||||
|
@ -24,4 +22,4 @@ networks:
|
||||||
prometheus_int:
|
prometheus_int:
|
||||||
internet:
|
internet:
|
||||||
external: true
|
external: true
|
||||||
name: basenet_internet
|
name: basenet_internet
|
||||||
|
|
Loading…
Reference in a new issue