removing private ports as test

This commit is contained in:
Jose Henrique 2025-06-07 14:28:04 -03:00
parent f2b8cc3b7b
commit 715e9d6c56

View File

@ -106,8 +106,7 @@ services: # ──────────────────────
container_name: opencand_loki
restart: unless-stopped
ports:
- "127.0.0.1:6110:3100"
- "10.8.0.3:6110:3100"
- "6110:3100"
command: -config.file=/etc/loki/local-config.yaml
volumes:
- ./monitoring/loki-config.yaml:/etc/loki/local-config.yaml
@ -138,8 +137,7 @@ services: # ──────────────────────
container_name: opencand_prometheus
restart: unless-stopped
ports:
- "127.0.0.1:6090:9090"
- "10.8.0.3:6090:9090"
- "6090:9090"
command:
- "--config.file=/etc/prometheus/prometheus.yml"
- "--storage.tsdb.path=/prometheus"
@ -157,8 +155,7 @@ services: # ──────────────────────
container_name: opencand_node_exporter
restart: unless-stopped
ports:
- "127.0.0.1:6100:9100"
- "10.8.0.3:6100:9100"
- "6100:9100"
volumes:
- /proc:/host/proc:ro
- /sys:/host/sys:ro
@ -174,8 +171,7 @@ services: # ──────────────────────
container_name: opencand_grafana
restart: unless-stopped
ports:
- "127.0.0.1:6000:3000"
- "10.8.0.3:6000:3000"
- "6000:3000"
environment:
- GF_SECURITY_ADMIN_PASSWORD=admin
- GF_USERS_ALLOW_SIGN_UP=false