Update compose.yaml

This commit is contained in:
2026-07-21 08:29:45 +02:00
parent ae4a59a1cc
commit e07471cb98
+2 -2
View File
@@ -54,8 +54,8 @@ services:
- DB_TYPE=postgresdb
- DB_POSTGRESDB_HOST=postgres
- DB_POSTGRESDB_PORT=5432
- DB_POSTGRESDB_DATABASE=${POSTGRES_DB}
- DB_POSTGRESDB_USER=${POSTGRES_NON_ROOT_USER}
- DB_POSTGRESDB_DATABASE=n8n
- DB_POSTGRESDB_USER=tobi
- DB_POSTGRESDB_PASSWORD=${POSTGRES_NON_ROOT_PASSWORD}
- N8N_RUNNERS_MODE=external
- N8N_RUNNERS_AUTH_TOKEN=${RUNNERS_AUTH_TOKEN}