mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
feat(blueprints): n8n + worker/runner + redis/postgres + ollama & fix(blueprints): twentycrm (#364)
* feat(n8n): add n8n runner with Postgres and Ollama configuration * feat(meta): update n8n runner version to nightly and enhance description * feat(docker): update PostgreSQL image to 17-alpine and enhance healthcheck command * feat(n8n): update environment variables and enhance configuration for Redis and Ollama integration * feat(n8n): replace hardcoded N8N_PROXY_HOPS with environment variable and fix encryption key variable name * feat(n8n): comment out SMTP environment variables in docker-compose.yml * feat(n8n): set default value for N8N_PROXY_HOPS environment variable * Update blueprints/n8n-runner-postgres-ollama/docker-compose.yml * Update blueprints/n8n-runner-postgres-ollama/docker-compose.yml * Update blueprints/n8n-runner-postgres-ollama/docker-compose.yml * Update blueprints/n8n-runner-postgres-ollama/docker-compose.yml * Update blueprints/n8n-runner-postgres-ollama/docker-compose.yml * feat(twenty): update HTTP protocol handling in environment variables and enhance healthcheck configuration * refactor(docker-compose): remove container names for n8n services --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
20
meta.json
20
meta.json
@@ -3582,6 +3582,26 @@
|
||||
"automation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "n8n-runner-postgres-ollama",
|
||||
"name": "n8n + Worker + Runner with Redis/Postgres and Ollama",
|
||||
"version": "latest",
|
||||
"description": "n8n is an open source low-code platform for automating workflows and integrations with PostgreSQL database and Ollama AI model.",
|
||||
"logo": "n8n.png",
|
||||
"links": {
|
||||
"github": "https://github.com/n8n-io/n8n",
|
||||
"website": "https://n8n.io/",
|
||||
"docs": "https://docs.n8n.io/"
|
||||
},
|
||||
"tags": [
|
||||
"ai",
|
||||
"automation",
|
||||
"workflow",
|
||||
"low-code",
|
||||
"postgres",
|
||||
"ollama"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "n8n-with-postgres",
|
||||
"name": "n8n with Postgres",
|
||||
|
||||
Reference in New Issue
Block a user