Switch to local_storage_config with /loki-logs
This commit is contained in:
parent
b501fcf020
commit
b0b4a65e36
@ -66,7 +66,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "3100:3100"
|
- "3100:3100"
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_DATA}/loki:/etc/loki
|
- ${DOCKER_DATA}/loki-logs:/loki-logs
|
||||||
- ./loki-config.yml:/etc/loki/loki-config.yml # not sure if this works. If not, just edit the config within the data volume
|
- ./loki-config.yml:/etc/loki/loki-config.yml # not sure if this works. If not, just edit the config within the data volume
|
||||||
restart: "no"
|
restart: "no"
|
||||||
command: -config.file=/etc/loki/loki-config.yml
|
command: -config.file=/etc/loki/loki-config.yml
|
||||||
|
@ -16,6 +16,9 @@ common:
|
|||||||
kvstore:
|
kvstore:
|
||||||
store: inmemory
|
store: inmemory
|
||||||
|
|
||||||
|
local_storage_config:
|
||||||
|
directory: /loki-logs
|
||||||
|
|
||||||
schema_config:
|
schema_config:
|
||||||
configs:
|
configs:
|
||||||
- from: 2020-10-24
|
- from: 2020-10-24
|
||||||
|
Loading…
Reference in New Issue
Block a user