mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
test
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
@@ -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";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user