remove prometheus' port
This commit is contained in:
parent
496e1b103c
commit
cce9363964
1 changed files with 0 additions and 3 deletions
|
@ -101,14 +101,11 @@ services:
|
||||||
prometheus:
|
prometheus:
|
||||||
build:
|
build:
|
||||||
context: ./custom/prometheus
|
context: ./custom/prometheus
|
||||||
ports:
|
|
||||||
- 9090:9090
|
|
||||||
networks:
|
networks:
|
||||||
- metrics
|
- metrics
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "docker.host:host-gateway"
|
- "docker.host:host-gateway"
|
||||||
|
|
||||||
|
|
||||||
node-exporter:
|
node-exporter:
|
||||||
image: quay.io/prometheus/node-exporter:latest
|
image: quay.io/prometheus/node-exporter:latest
|
||||||
container_name: node-exporter
|
container_name: node-exporter
|
||||||
|
|
Reference in a new issue