fix: n8n timezone auf Europe/Berlin setzen

This commit is contained in:
sascha 2026-08-05 13:28:37 +02:00
parent cf84c4a3b3
commit f878cbadc4

View file

@ -29,6 +29,8 @@ services:
restart: always restart: always
container_name: n8n container_name: n8n
environment: environment:
- TZ=Europe/Berlin
- GENERIC_TIMEZONE=Europe/Berlin
- DB_TYPE=postgresdb - DB_TYPE=postgresdb
- DB_POSTGRESDB_HOST=postgres - DB_POSTGRESDB_HOST=postgres
- DB_POSTGRESDB_PORT=5432 - DB_POSTGRESDB_PORT=5432