This commit is contained in:
nora 2026-05-28 15:16:54 +02:00
parent 9dd5ae6698
commit 281e3bcb0a
4 changed files with 15 additions and 3 deletions

View file

@ -85,6 +85,13 @@
scrape_interval = "1h";
static_configs = [{ targets = [ "localhost:7846" ]; }];
}
{
job_name = "immich";
static_configs = [
{ targets = [ "minipc.local:8081" ]; labels = { server = "minipc"; }; }
{ targets = [ "minipc.local:8082" ]; labels = { server = "minipc"; }; }
];
}
];
};