|
|
@ -17,6 +17,10 @@ services: |
|
|
- NODE_FUNCTION_ALLOW_EXTERNAL=langchain # Important for LangChain nodes! |
|
|
- NODE_FUNCTION_ALLOW_EXTERNAL=langchain # Important for LangChain nodes! |
|
|
volumes: |
|
|
volumes: |
|
|
- n8n_storage:/home/node/.n8n |
|
|
- n8n_storage:/home/node/.n8n |
|
|
|
|
|
networks: |
|
|
|
|
|
- n8n |
|
|
|
|
|
depends_on: |
|
|
|
|
|
- postgres |
|
|
postgres: |
|
|
postgres: |
|
|
image: postgres:14 |
|
|
image: postgres:14 |
|
|
container_name: n8n_postgres |
|
|
container_name: n8n_postgres |
|
|
|