Describe the problem/error/question
I have set the environment variables using docker with NODES_EXCLUDE and NODES_INCLUDE (tried with both of them) with the help of setting environment variables doc. It is showing that environment variables are still there in my docker but the values that i am passing to these variables are not reflecting on my instance. Could you please help me with that, I’m not sure whether it is due to version issue or something else
Below is how i am setting my environment in docker-compose
environment:
- NODES_EXCLUDE=“["n8n-nodes-base.salesmate", "n8n-nodes-base.seaTable"]”
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.73
- Database (default: SQLite):Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system:Mac