mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
[PR #364] [MERGED] feat(blueprints): n8n + worker/runner + redis/postgres + ollama & fix(blueprints): twentycrm #399
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/364
Author: @rubixvi
Created: 9/14/2025
Status: ✅ Merged
Merged: 10/26/2025
Merged by: @Siumauricio
Base:
main← Head:main📝 Commits (10+)
f46404bfeat(n8n): add n8n runner with Postgres and Ollama configuration4e14f43feat(meta): update n8n runner version to nightly and enhance description33b1e64feat(docker): update PostgreSQL image to 17-alpine and enhance healthcheck command7500f00Merge pull request #2 from rubixvi/twentycrm2ae5663feat(n8n): update environment variables and enhance configuration for Redis and Ollama integrationae21505Merge pull request #3 from rubixvi/production-grade0490b66feat(n8n): replace hardcoded N8N_PROXY_HOPS with environment variable and fix encryption key variable namee7d2fb4feat(n8n): comment out SMTP environment variables in docker-compose.ymlefa5c13Merge pull request #4 from rubixvi/production-grade693b476feat(n8n): set default value for N8N_PROXY_HOPS environment variable📊 Changes
6 files changed (+219 additions, -15 deletions)
View changed files
➕
blueprints/n8n-runner-postgres-ollama/docker-compose.yml(+146 -0)➕
blueprints/n8n-runner-postgres-ollama/n8n.png(+0 -0)➕
blueprints/n8n-runner-postgres-ollama/template.toml(+35 -0)📝
blueprints/twenty/docker-compose.yml(+16 -15)📝
blueprints/twenty/template.toml(+2 -0)📝
meta.json(+20 -0)📄 Description
This pull request adds a new blueprint for deploying n8n with a dedicated task runner, PostgreSQL database, and Ollama AI model integration. The changes introduce configuration files and metadata to support this new deployment option.
Production grade: n8n + Worker + Runner + Redis + Postgres + Ollama blueprint
docker-compose.ymlfor orchestratingn8n,n8n-worker,n8n-runner,redis,postgres, andollamacontainers, including environment variables for secure configuration and service dependencies.template.tomlwith variables and environment configuration to support dynamic and secure deployments of the new stack.meta.jsonto register the new blueprint with appropriate metadata, description, logo, links, and tags for discoverability.Fix TwentyCRM
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.