Arion: Enable promtail docker discovery
This commit is contained in:
parent
69e8ca76f9
commit
55eedcea01
2 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
./headscale
|
./headscale
|
||||||
./auth
|
./auth
|
||||||
./minio
|
./minio
|
||||||
# ./stats
|
./stats
|
||||||
./wiki
|
./wiki
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -63,6 +63,7 @@
|
||||||
image = "grafana/promtail:3.0.0";
|
image = "grafana/promtail:3.0.0";
|
||||||
volumes = [
|
volumes = [
|
||||||
"/var/log:/var/log"
|
"/var/log:/var/log"
|
||||||
|
"/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||||
"/home/ghoscht/.docker/stats/promtail_data/promtail-config.yml:/etc/promtail/promtail-config.yml"
|
"/home/ghoscht/.docker/stats/promtail_data/promtail-config.yml:/etc/promtail/promtail-config.yml"
|
||||||
];
|
];
|
||||||
command = "-config.file=/etc/promtail/promtail-config.yml";
|
command = "-config.file=/etc/promtail/promtail-config.yml";
|
||||||
|
|
Loading…
Reference in a new issue