This commit is contained in:
2024-09-14 16:08:04 -04:00
parent d19a485c54
commit 14b93451dc
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -23,7 +23,7 @@ in
POSTGRES_DB = "archive"; POSTGRES_DB = "archive";
POSTGRES_INITDB_ARGS = "--auth-host=scram-sha-256"; POSTGRES_INITDB_ARGS = "--auth-host=scram-sha-256";
}; };
environmentFiles = /root/secrets/docker/postgres; environmentFiles = [/root/secrets/docker/postgres];
autoStart = true; autoStart = true;
user = "postgres:postgres"; user = "postgres:postgres";
}; };

View File

@@ -47,7 +47,7 @@ in
"tunnel" "tunnel"
"run" "run"
]; ];
environmentFiles = /root/secrets/docker/cloud_flare_tunnel; environmentFiles = [/root/secrets/docker/cloud_flare_tunnel];
dependsOn = [ "haproxy" ]; dependsOn = [ "haproxy" ];
extraOptions = [ "--network=web" ]; extraOptions = [ "--network=web" ];
autoStart = true; autoStart = true;