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