fix config files
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Philipp Glaum 2023-07-14 11:25:05 +02:00
parent e56120b82c
commit 33764deb89
1 changed files with 6 additions and 6 deletions

View File

@ -43,8 +43,8 @@ services:
ports:
- "3100:3100"
volumes:
- lgtm-config:/lgtm-stack/loki.yaml:/etc/loki/local-config.yaml
command: -config.file=/etc/loki/local-config.yaml
- lgtm-config:/lgtm-config
command: -config.file=/lgtm-config/lgtm-stack/loki.yaml
networks:
- traefik-public
depends_on:
@ -54,8 +54,8 @@ services:
promtail:
image: grafana/promtail:2.8.0
volumes:
- lgtm-config:/lgtm-stack/promtail.yaml:/etc/promtail/config.yml
command: -config.file=/etc/promtail/config.yml
- lgtm-config:/lgtm-config
command: -config.file=/lgtm-config/lgtm-stack/promtail.yaml
networks:
- traefik-public
depends_on:
@ -67,9 +67,9 @@ services:
restart: unless-stopped
volumes:
- prometheus-data:/prometheus
- lgtm-config:/lgtm-stack/prometheus.yml:/etc/prometheus/prometheus.yml
- lgtm-config:/lgtm-config
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--config.file=/lgtm-config/lgtm-stack/prometheus.yaml'
- '--storage.tsdb.path=/prometheus'
- '--web.console.libraries=/etc/prometheus/console_libraries'
- '--web.console.templates=/etc/prometheus/consoles'