diff --git a/n8nv2/compose.yaml b/n8nv2/compose.yaml index 2462ade..7a4fe8b 100755 --- a/n8nv2/compose.yaml +++ b/n8nv2/compose.yaml @@ -14,7 +14,9 @@ services: - /media/Daten/:/mnt/heimserver-daten environment: - N8N_RUNNERS_ENABLED=true - - N8N_RUNNERS_MODE=external +# - N8N_RUNNERS_MODE=external + - N8N_DIAGNOSTICS_ENABLED=false + - N8N_VERSION_NOTIFICATIONS_ENABLED=false - N8N_RUNNERS_BROKER_LISTEN_ADDRESS=0.0.0.0 # Broker auf allen Interfaces - N8N_RUNNERS_AUTH_TOKEN=IBhwCI2zP791vfzY9yHWWRLDsou4h4KB - N8N_NATIVE_PYTHON_RUNNER=true