[PR #354] [MERGED] feat(flowise): add Flowise blueprint with Docker Compose and template configuration #389

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/354
Author: @jaainil
Created: 9/10/2025
Status: Merged
Merged: 9/14/2025
Merged by: @Siumauricio

Base: mainHead: adding-flowise


📝 Commits (1)

  • ab65712 feat(flowise): add Flowise blueprint with Docker Compose and template configuration

📊 Changes

4 files changed (+98 additions, -0 deletions)

View changed files

blueprints/flowise/docker-compose.yml (+56 -0)
blueprints/flowise/image.png (+0 -0)
blueprints/flowise/template.toml (+24 -0)
📝 meta.json (+18 -0)

📄 Description

What is this PR about?

New PR of flowise

  • Added Flowise metadata to meta.json with relevant details including ID, name, version, description, logo, links, and tags.
  • Created Docker Compose file for Flowise, defining services for Redis and Flowise, including health checks and environment variables.
  • Added image for Flowise logo.
  • Created template.toml for Flowise configuration, specifying variables, domains, environment variables, and mounts.

Checklist

Before submitting this PR, please make sure that:


🔄 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/354 **Author:** [@jaainil](https://github.com/jaainil) **Created:** 9/10/2025 **Status:** ✅ Merged **Merged:** 9/14/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `adding-flowise` --- ### 📝 Commits (1) - [`ab65712`](https://github.com/Dokploy/templates/commit/ab65712abafceaf352c70e4ea2da1283b5479c06) feat(flowise): add Flowise blueprint with Docker Compose and template configuration ### 📊 Changes **4 files changed** (+98 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/flowise/docker-compose.yml` (+56 -0) ➕ `blueprints/flowise/image.png` (+0 -0) ➕ `blueprints/flowise/template.toml` (+24 -0) 📝 `meta.json` (+18 -0) </details> ### 📄 Description ## What is this PR about? New PR of flowise - Added Flowise metadata to meta.json with relevant details including ID, name, version, description, logo, links, and tags. - Created Docker Compose file for Flowise, defining services for Redis and Flowise, including health checks and environment variables. - Added image for Flowise logo. - Created template.toml for Flowise configuration, specifying variables, domains, environment variables, and mounts. ## Checklist Before submitting this PR, please make sure that: - [x] I have read the suggestions in the README.md file https://github.com/Dokploy/templates?tab=readme-ov-file#general-suggestions-when-creating-a-template - [x] I have tested the template in my instance, so the maintainers don't spend time trying to figure out what's wrong. - [x] I have added tests that demonstrate that my correction works or that my new feature works. --- <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:37:24 -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#389