fix: n8n template

This commit is contained in:
Andras Bacsai
2024-04-25 12:32:35 +02:00
parent c17bd5ec3a
commit 672ad22e4f
3 changed files with 6 additions and 6 deletions

View File

@@ -12,8 +12,8 @@ services:
- N8N_EDITOR_BASE_URL=${SERVICE_FQDN_N8N}
- WEBHOOK_URL=${SERVICE_FQDN_N8N}
- N8N_HOST=${SERVICE_URL_N8N}
- GENERIC_TIMEZONE="Europe/Berlin"
- TZ="Europe/Berlin"
- GENERIC_TIMEZONE=Europe/Berlin
- TZ=Europe/Berlin
- DB_TYPE=postgresdb
- DB_POSTGRESDB_DATABASE=${POSTGRES_DB:-n8n}
- DB_POSTGRESDB_HOST=postgresql