fixes
This commit is contained in:
@@ -18,7 +18,9 @@ let
|
||||
imageFile = imageFile;
|
||||
|
||||
environmentFiles = if secret!=null then [ config.sops.secrets."${lib.toUpper secret}".path ] else [];
|
||||
environment = {} // extraEnv;
|
||||
environment = {
|
||||
TZ = config.time.timeZone;
|
||||
} // extraEnv;
|
||||
|
||||
labels = (if subdomain!=null then ({
|
||||
"traefik.enable" = "true";
|
||||
|
||||
Reference in New Issue
Block a user