Pass Grafana env vars to Caddy container, fix Loki compactor config
- Add DOMAIN, GRAFANA_USER, GRAFANA_PASSWORD_HASH as environment vars on the Caddy container so Caddyfile can reference them - Fix Loki compactor: add delete_request_store required when retention is enabled Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1e970ae475
commit
2ecfe81c08
2 changed files with 5 additions and 0 deletions
|
|
@ -30,3 +30,4 @@ limits_config:
|
|||
compactor:
|
||||
working_directory: /loki/compactor
|
||||
retention_enabled: true
|
||||
delete_request_store: filesystem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue