Arion: Enable promtail docker discovery

This commit is contained in:
GHOSCHT 2024-11-18 20:43:29 +01:00
parent 69e8ca76f9
commit 55eedcea01
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82
2 changed files with 2 additions and 1 deletions

View file

@ -21,7 +21,7 @@
./headscale
./auth
./minio
# ./stats
./stats
./wiki
];

View file

@ -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";