Explorar o código

feat: allow custom timezone, defaulting to UTC

Christoph Schug %!s(int64=2) %!d(string=hai) anos
pai
achega
ce2caf7c8f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      docker-compose/postgres/docker-compose.yaml

+ 1 - 0
docker-compose/postgres/docker-compose.yaml

@@ -11,6 +11,7 @@ services:
       - POSTGRES_PASSWORD_FILE=/run/secrets/postgres_password
       # (Optional) when creating a new database
       # - POSTGRES_DB=${POSTGRES_DB}
+      - TZ=${TZ:-UTC}
     ports:
       - 5432:5432
     # (Optional) when using custom network, see also