adding audiobookshelf to haproxy

This commit is contained in:
2024-10-14 10:36:22 -04:00
parent ac7bc3ee1b
commit 8e846543e4
2 changed files with 16 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ in
environment = {
TZ = "America/New_York";
};
extraOptions = [ "--network=web" ];
autoStart = true;
};
grafana = {
@@ -36,6 +37,7 @@ in
];
dependsOn = [
"arch_mirror"
"audiobookshelf"
"filebrowser"
"grafana"
"uptime_kuma"