fix
This commit is contained in:
parent
e1753325f8
commit
4d0aec8ec9
2 changed files with 3 additions and 1 deletions
|
@ -45,6 +45,8 @@ services:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 1g
|
memory: 1g
|
||||||
|
links:
|
||||||
|
- prometheus
|
||||||
expose:
|
expose:
|
||||||
- "3100"
|
- "3100"
|
||||||
command: -config.file=/etc/loki/config.yaml
|
command: -config.file=/etc/loki/config.yaml
|
||||||
|
|
|
@ -31,7 +31,7 @@ compactor:
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
trace:
|
trace:
|
||||||
backend: s3
|
backend: local
|
||||||
wal:
|
wal:
|
||||||
path: /tempo-data/wal # where to store the the wal locally
|
path: /tempo-data/wal # where to store the the wal locally
|
||||||
local:
|
local:
|
||||||
|
|
Loading…
Reference in a new issue