fixing ports

This commit is contained in:
Jose Henrique 2025-06-07 14:22:28 -03:00
parent a643ad58e5
commit f2b8cc3b7b
4 changed files with 5 additions and 5 deletions

View File

@ -106,8 +106,8 @@ services: # ──────────────────────
container_name: opencand_loki
restart: unless-stopped
ports:
- "127.0.0.1:6100:3100"
- "10.8.0.3:6100:3100"
- "127.0.0.1:6110:3100"
- "10.8.0.3:6110:3100"
command: -config.file=/etc/loki/local-config.yaml
volumes:
- ./monitoring/loki-config.yaml:/etc/loki/local-config.yaml

View File

@ -4,7 +4,7 @@ datasources:
- name: Loki
type: loki
access: proxy
url: http://loki:6100
url: http://loki:6110
isDefault: false
jsonData:
maxLines: 1000

View File

@ -1,7 +1,7 @@
auth_enabled: false
server:
http_listen_port: 6100
http_listen_port: 6110
grpc_listen_port: 6096
common:

View File

@ -6,7 +6,7 @@ positions:
filename: /tmp/positions.yaml
clients:
- url: http://loki:6100/loki/api/v1/push
- url: http://loki:6110/loki/api/v1/push
scrape_configs:
# Docker container logs