created storage/secrets

This commit is contained in:
2024-10-08 20:48:23 -04:00
parent 14b6f14532
commit ee72ea2cee
6 changed files with 23 additions and 12 deletions

View File

@@ -52,7 +52,7 @@ in
DELUGE_DAEMON_LOG_LEVEL = "debug";
DELUGE_WEB_LOG_LEVEL = "debug";
};
environmentFiles = [/root/secrets/docker/qbitvpn];
environmentFiles = ["${vars.storage_secrets}/docker/qbitvpn"];
autoStart = true;
};
bazarr = {