[PR #386] [CLOSED] Production grade #418

Closed
opened 2025-11-22 20:38:09 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/386
Author: @rubixvi
Created: 9/21/2025
Status: Closed

Base: mainHead: production-grade


📝 Commits (8)

  • f46404b feat(n8n): add n8n runner with Postgres and Ollama configuration
  • 4e14f43 feat(meta): update n8n runner version to nightly and enhance description
  • 33b1e64 feat(docker): update PostgreSQL image to 17-alpine and enhance healthcheck command
  • 2ae5663 feat(n8n): update environment variables and enhance configuration for Redis and Ollama integration
  • 0490b66 feat(n8n): replace hardcoded N8N_PROXY_HOPS with environment variable and fix encryption key variable name
  • e7d2fb4 feat(n8n): comment out SMTP environment variables in docker-compose.yml
  • 693b476 feat(n8n): set default value for N8N_PROXY_HOPS environment variable
  • fe1cc0d feat(twenty): update HTTP protocol handling in environment variables and enhance healthcheck configuration

📊 Changes

6 files changed (+225 additions, -15 deletions)

View changed files

blueprints/n8n-runner-postgres-ollama/docker-compose.yml (+152 -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

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/386 **Author:** [@rubixvi](https://github.com/rubixvi) **Created:** 9/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `production-grade` --- ### 📝 Commits (8) - [`f46404b`](https://github.com/Dokploy/templates/commit/f46404b3063642da9f9a58b9d272f11cf33dfde7) feat(n8n): add n8n runner with Postgres and Ollama configuration - [`4e14f43`](https://github.com/Dokploy/templates/commit/4e14f433c47d7d307b8890ebe2aadc09732e21a3) feat(meta): update n8n runner version to nightly and enhance description - [`33b1e64`](https://github.com/Dokploy/templates/commit/33b1e649c77b899c53aee376ea53d53762ca784f) feat(docker): update PostgreSQL image to 17-alpine and enhance healthcheck command - [`2ae5663`](https://github.com/Dokploy/templates/commit/2ae5663beea5a59cbfe5101f5a71349a4eb37338) feat(n8n): update environment variables and enhance configuration for Redis and Ollama integration - [`0490b66`](https://github.com/Dokploy/templates/commit/0490b6622aee52af5001113a5ad4a97bf991e6cf) feat(n8n): replace hardcoded N8N_PROXY_HOPS with environment variable and fix encryption key variable name - [`e7d2fb4`](https://github.com/Dokploy/templates/commit/e7d2fb42c87329a50639c198014dab4928ef8156) feat(n8n): comment out SMTP environment variables in docker-compose.yml - [`693b476`](https://github.com/Dokploy/templates/commit/693b4765ef78d01abbee8ef76fd0ee995a629cdd) feat(n8n): set default value for N8N_PROXY_HOPS environment variable - [`fe1cc0d`](https://github.com/Dokploy/templates/commit/fe1cc0d7893386079ce6e9a85d1114ce53394aea) feat(twenty): update HTTP protocol handling in environment variables and enhance healthcheck configuration ### 📊 Changes **6 files changed** (+225 additions, -15 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/n8n-runner-postgres-ollama/docker-compose.yml` (+152 -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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:38:09 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#418