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