mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
removed sops dependency
fixed syncthing
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
{ config, ... }:
|
||||
let
|
||||
vars = import ../vars.nix;
|
||||
in
|
||||
@@ -53,7 +52,7 @@ in
|
||||
DELUGE_DAEMON_LOG_LEVEL = "debug";
|
||||
DELUGE_WEB_LOG_LEVEL = "debug";
|
||||
};
|
||||
# environmentFiles = [ config.sops.secrets."docker/qbit_vpn".path ];
|
||||
environmentFiles = /root/secrets/docker/qbit_vpn;
|
||||
autoStart = true;
|
||||
};
|
||||
bazarr = {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
{ config, ... }:
|
||||
let
|
||||
vars = import ../vars.nix;
|
||||
in
|
||||
@@ -24,7 +23,7 @@ in
|
||||
POSTGRES_DB = "archive";
|
||||
POSTGRES_INITDB_ARGS = "--auth-host=scram-sha-256";
|
||||
};
|
||||
# environmentFiles = [ config.sops.secrets."docker/postgres".path ];
|
||||
environmentFiles = /root/secrets/docker/postgres;
|
||||
autoStart = true;
|
||||
user = "postgres:postgres";
|
||||
};
|
||||
|
||||
@@ -26,7 +26,7 @@ in
|
||||
TZ = "Etc/EST";
|
||||
};
|
||||
volumes = [
|
||||
# "${config.sops.secrets."docker/haproxy_cert".path}:/etc/ssl/certs/cloudflare.pem"
|
||||
"/root/secrets/docker/cloudflare.pem:/etc/ssl/certs/cloudflare.pem"
|
||||
"${./haproxy.cfg}:/usr/local/etc/haproxy/haproxy.cfg"
|
||||
];
|
||||
dependsOn = [
|
||||
@@ -47,7 +47,7 @@ in
|
||||
"tunnel"
|
||||
"run"
|
||||
];
|
||||
# environmentFiles = [ config.sops.secrets."docker/cloud_flare_tunnel".path ];
|
||||
environmentFiles = /root/secrets/docker/cloud_flare_tunnel;
|
||||
dependsOn = [ "haproxy" ];
|
||||
extraOptions = [ "--network=web" ];
|
||||
autoStart = true;
|
||||
|
||||
Reference in New Issue
Block a user