|
|
|
@ -16,7 +16,7 @@ services: |
|
|
|
- DB_POSTGRESDB_PASSWORD=${POSTGRES_PASSWORD} # Comes from .env file |
|
|
|
- NODE_FUNCTION_ALLOW_EXTERNAL=langchain # Important for LangChain nodes! |
|
|
|
volumes: |
|
|
|
- /usr/docker_binds/n8n/.n8n:/home/node/.n8n |
|
|
|
- n8n_storage:/home/node/.n8n |
|
|
|
postgres: |
|
|
|
image: postgres:14 |
|
|
|
container_name: n8n_postgres |
|
|
|
|