added TZ to podman-postgresql

This commit is contained in:
mc-fucker 2023-06-26 15:46:10 +02:00
parent 55107444ab
commit 3086840d97

View file

@ -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;