local ips for internal logging
This commit is contained in:
parent
715e9d6c56
commit
15144bd779
@ -106,7 +106,7 @@ services: # ──────────────────────
|
||||
container_name: opencand_loki
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "6110:3100"
|
||||
- "127.0.0.1:6110:3100"
|
||||
command: -config.file=/etc/loki/local-config.yaml
|
||||
volumes:
|
||||
- ./monitoring/loki-config.yaml:/etc/loki/local-config.yaml
|
||||
@ -137,7 +137,7 @@ services: # ──────────────────────
|
||||
container_name: opencand_prometheus
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "6090:9090"
|
||||
- "127.0.0.1:6090:9090"
|
||||
command:
|
||||
- "--config.file=/etc/prometheus/prometheus.yml"
|
||||
- "--storage.tsdb.path=/prometheus"
|
||||
@ -155,7 +155,7 @@ services: # ──────────────────────
|
||||
container_name: opencand_node_exporter
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "6100:9100"
|
||||
- "127.0.0.1:6100:9100"
|
||||
volumes:
|
||||
- /proc:/host/proc:ro
|
||||
- /sys:/host/sys:ro
|
||||
|
Loading…
x
Reference in New Issue
Block a user