1
0
forked from baron/baron-sso

fix(monitor): update promtail config mount paths in staging compose templates

This commit is contained in:
2026-06-09 14:31:00 +09:00
parent f61c56cfde
commit 4eb4c5af34
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /var/lib/docker/containers:/var/lib/docker/containers:ro
- ./docker/promtail-config.staging.template.yaml:/etc/promtail/promtail-config.yaml:ro
- ./docker/promtail-config.template.yaml:/etc/promtail/promtail-config.yaml:ro
command: -config.file=/etc/promtail/promtail-config.yaml -config.expand-env=true
environment:
- LOKI_URL=${LOKI_URL:-http://loki:3100/loki/api/v1/push}

View File

@@ -543,7 +543,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /var/lib/docker/containers:/var/lib/docker/containers:ro
- ./docker/promtail-config.staging.template.yaml:/etc/promtail/promtail-config.yaml:ro
- ./docker/promtail-config.template.yaml:/etc/promtail/promtail-config.yaml:ro
command: -config.file=/etc/promtail/promtail-config.yaml -config.expand-env=true
environment:
- LOKI_URL=${LOKI_URL:-http://loki:3100/loki/api/v1/push}