fixing ports
This commit is contained in:
parent
a643ad58e5
commit
f2b8cc3b7b
@ -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
|
||||
|
@ -4,7 +4,7 @@ datasources:
|
||||
- name: Loki
|
||||
type: loki
|
||||
access: proxy
|
||||
url: http://loki:6100
|
||||
url: http://loki:6110
|
||||
isDefault: false
|
||||
jsonData:
|
||||
maxLines: 1000
|
||||
|
@ -1,7 +1,7 @@
|
||||
auth_enabled: false
|
||||
|
||||
server:
|
||||
http_listen_port: 6100
|
||||
http_listen_port: 6110
|
||||
grpc_listen_port: 6096
|
||||
|
||||
common:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user