removing private ports as test
This commit is contained in:
parent
f2b8cc3b7b
commit
715e9d6c56
@ -106,8 +106,7 @@ services: # ──────────────────────
|
|||||||
container_name: opencand_loki
|
container_name: opencand_loki
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:6110:3100"
|
- "6110:3100"
|
||||||
- "10.8.0.3:6110:3100"
|
|
||||||
command: -config.file=/etc/loki/local-config.yaml
|
command: -config.file=/etc/loki/local-config.yaml
|
||||||
volumes:
|
volumes:
|
||||||
- ./monitoring/loki-config.yaml:/etc/loki/local-config.yaml
|
- ./monitoring/loki-config.yaml:/etc/loki/local-config.yaml
|
||||||
@ -138,8 +137,7 @@ services: # ──────────────────────
|
|||||||
container_name: opencand_prometheus
|
container_name: opencand_prometheus
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:6090:9090"
|
- "6090:9090"
|
||||||
- "10.8.0.3:6090:9090"
|
|
||||||
command:
|
command:
|
||||||
- "--config.file=/etc/prometheus/prometheus.yml"
|
- "--config.file=/etc/prometheus/prometheus.yml"
|
||||||
- "--storage.tsdb.path=/prometheus"
|
- "--storage.tsdb.path=/prometheus"
|
||||||
@ -157,8 +155,7 @@ services: # ──────────────────────
|
|||||||
container_name: opencand_node_exporter
|
container_name: opencand_node_exporter
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:6100:9100"
|
- "6100:9100"
|
||||||
- "10.8.0.3:6100:9100"
|
|
||||||
volumes:
|
volumes:
|
||||||
- /proc:/host/proc:ro
|
- /proc:/host/proc:ro
|
||||||
- /sys:/host/sys:ro
|
- /sys:/host/sys:ro
|
||||||
@ -174,8 +171,7 @@ services: # ──────────────────────
|
|||||||
container_name: opencand_grafana
|
container_name: opencand_grafana
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:6000:3000"
|
- "6000:3000"
|
||||||
- "10.8.0.3:6000:3000"
|
|
||||||
environment:
|
environment:
|
||||||
- GF_SECURITY_ADMIN_PASSWORD=admin
|
- GF_SECURITY_ADMIN_PASSWORD=admin
|
||||||
- GF_USERS_ALLOW_SIGN_UP=false
|
- GF_USERS_ALLOW_SIGN_UP=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user