try fix env var
This commit is contained in:
parent
425a7ba6d4
commit
524f751e0d
1 changed files with 3 additions and 1 deletions
|
|
@ -241,7 +241,9 @@ in {
|
|||
autoStart = true;
|
||||
image = "quineglobal/coldairnetworks-com:latest";
|
||||
volumes = [];
|
||||
environment = {};
|
||||
environment = {
|
||||
POSTMARK_SERVER_TOKEN = "e718a146-c590-4550-a750-a3b925056e29";
|
||||
};
|
||||
environmentFiles = [ config.age.secrets.postmark.path ];
|
||||
ports = ["3012:8081"];
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue