Update modules/server/containers/apps/ethercalc.nix
This commit is contained in:
@@ -13,6 +13,7 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
sops = true;
|
||||||
paths = [{
|
paths = [{
|
||||||
path="${serverCfg.dataPath}/ethercalc/";
|
path="${serverCfg.dataPath}/ethercalc/";
|
||||||
mode = "0666";
|
mode = "0666";
|
||||||
@@ -23,7 +24,6 @@ in {
|
|||||||
subdomain = containerCfg.subdomain;
|
subdomain = containerCfg.subdomain;
|
||||||
imageStream = image;
|
imageStream = image;
|
||||||
port = 8080;
|
port = 8080;
|
||||||
ip = containerCfg.ip;
|
|
||||||
secret = name;
|
secret = name;
|
||||||
extraEnv = {
|
extraEnv = {
|
||||||
ETHERCALC_PORT = "8080";
|
ETHERCALC_PORT = "8080";
|
||||||
|
|||||||
Reference in New Issue
Block a user