mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Reorganise promtail to be alphabetical
This commit is contained in:
committed by
iPromKnight
parent
c2f94d9f4e
commit
64cf478725
@@ -47,18 +47,18 @@ services:
|
|||||||
- knightcrawler-network
|
- knightcrawler-network
|
||||||
|
|
||||||
promtail:
|
promtail:
|
||||||
image: grafana/promtail:2.9.4
|
|
||||||
volumes:
|
|
||||||
- ./config/promtail/config.yml:/etc/promtail/config.yml
|
|
||||||
- /var/lib/docker/containers:/var/lib/docker/containers:ro
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
command:
|
command:
|
||||||
- '-config.file=/etc/promtail/config.yml'
|
- '-config.file=/etc/promtail/config.yml'
|
||||||
depends_on:
|
depends_on:
|
||||||
- prometheus
|
- prometheus
|
||||||
- loki
|
- loki
|
||||||
|
image: grafana/promtail:2.9.4
|
||||||
networks:
|
networks:
|
||||||
- knightcrawler-network
|
- knightcrawler-network
|
||||||
|
volumes:
|
||||||
|
- ./config/promtail/config.yml:/etc/promtail/config.yml
|
||||||
|
- /var/lib/docker/containers:/var/lib/docker/containers:ro
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
|
|
||||||
loki:
|
loki:
|
||||||
|
|||||||
Reference in New Issue
Block a user