fix env
This commit is contained in:
@@ -18,7 +18,6 @@ in {
|
|||||||
subdomain = containerCfg.subdomain;
|
subdomain = containerCfg.subdomain;
|
||||||
image = "ghcr.io/freshrss/freshrss:${version}";
|
image = "ghcr.io/freshrss/freshrss:${version}";
|
||||||
port = 80;
|
port = 80;
|
||||||
secret = name;
|
|
||||||
|
|
||||||
extraEnv = {
|
extraEnv = {
|
||||||
CRON_MIN = "5,35";
|
CRON_MIN = "5,35";
|
||||||
@@ -37,6 +36,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
overrides = {
|
overrides = {
|
||||||
|
environmentFiles = [ config.sops.secrets."FRESHRSS".path config.sops.secrets."CUSTOM".path ];
|
||||||
volumes = [];
|
volumes = [];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user