added TZ to podman-postgresql
This commit is contained in:
parent
55107444ab
commit
3086840d97
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ in
|
||||||
image = cfg.image;
|
image = cfg.image;
|
||||||
ports = [ "${(toString cfg.port)}:5432" ];
|
ports = [ "${(toString cfg.port)}:5432" ];
|
||||||
environment = {
|
environment = {
|
||||||
|
TZ = "Europe/Berlin";
|
||||||
POSTGRES_USER = cfg.user;
|
POSTGRES_USER = cfg.user;
|
||||||
POSTGRES_DB = cfg.database;
|
POSTGRES_DB = cfg.database;
|
||||||
POSTGRES_PASSWORD_FILE = cfg.passwordFile;
|
POSTGRES_PASSWORD_FILE = cfg.passwordFile;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue