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
|
||||
./auth
|
||||
./minio
|
||||
# ./stats
|
||||
./stats
|
||||
./wiki
|
||||
];
|
||||
|
||||
|
|
|
@ -63,6 +63,7 @@
|
|||
image = "grafana/promtail:3.0.0";
|
||||
volumes = [
|
||||
"/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"
|
||||
];
|
||||
command = "-config.file=/etc/promtail/promtail-config.yml";
|
||||
|
|
Loading…
Reference in a new issue