Add TZ env var to cinny instances
This commit is contained in:
parent
37cc7ff8fb
commit
5f549119b4
2 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
virtualisation.oci-containers.containers."cinny" = {
|
virtualisation.oci-containers.containers."cinny" = {
|
||||||
image = "ghcr.io/cinnyapp/cinny:latest";
|
image = "ghcr.io/cinnyapp/cinny:latest";
|
||||||
ports = [ "${config.ports.cinny}:80" ];
|
ports = [ "${config.ports.cinny}:80" ];
|
||||||
|
environment = { TZ = "America/Bahia"; };
|
||||||
volumes = [ "/data/matrix/cinny-config.json:/app/config.json" ];
|
volumes = [ "/data/matrix/cinny-config.json:/app/config.json" ];
|
||||||
extraOptions = [ "--pull=always" ];
|
extraOptions = [ "--pull=always" ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,7 @@
|
||||||
virtualisation.oci-containers.containers."cinny2" = {
|
virtualisation.oci-containers.containers."cinny2" = {
|
||||||
image = "ghcr.io/cinnyapp/cinny:latest";
|
image = "ghcr.io/cinnyapp/cinny:latest";
|
||||||
ports = [ "${config.ports.cinny2}:80" ];
|
ports = [ "${config.ports.cinny2}:80" ];
|
||||||
|
environment = { TZ = "America/Bahia"; };
|
||||||
volumes = [ "/data/matrix/cinny-config.json:/app/config.json" ];
|
volumes = [ "/data/matrix/cinny-config.json:/app/config.json" ];
|
||||||
extraOptions = [ "--pull=always" ];
|
extraOptions = [ "--pull=always" ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue