[PR #540] feat: Add Evo AI blueprint and enhance Evolution API configuration #532

Open
opened 2025-11-22 20:40:28 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/540
Author: @eudanielhenrique
Created: 11/19/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (3)

  • 6fcf708 feat: Introduce Evo AI blueprint and update Evolution API blueprint's images and session environment variables.
  • b492882 fix: alter restart policy to 'unless-stopped' for services in docker-compose files
  • 8c6142d chore: fix meta.json alphabetical order

📊 Changes

6 files changed (+188 additions, -13 deletions)

View changed files

blueprints/evoai/docker-compose.yml (+85 -0)
blueprints/evoai/evoai.png (+0 -0)
blueprints/evoai/template.toml (+72 -0)
📝 blueprints/evolutionapi/docker-compose.yml (+9 -13)
📝 blueprints/evolutionapi/template.toml (+3 -0)
📝 meta.json (+19 -0)

📄 Description

Changes

New Blueprint: Evo AI

  • Adds complete blueprint for Evo AI (AI-powered platform with backend and frontend)
  • Configuration with PostgreSQL 14 and Redis for caching
  • JWT authentication and SMTP configuration support
  • Architecture with API (port 8000) and Frontend (port 3000)
  • Logo and metadata added to meta.json

Evolution API Improvements

  • Updates Docker image from atendai/evolution-api:v2.1.2 to evoapicloud/evolution-api:latest
  • Updates Redis image from redis:alpine to redis/redis-stack-server:latest
  • Adds session environment variables:
    • CONFIG_SESSION_DEVICE_TYPE=Chrome
    • CONFIG_SESSION_DEVICE_VERSION=2.3000.10
    • CONFIG_SESSION_PLATFORM=Linux
  • Adds dokploy-network network configuration to all services
  • Improves docker-compose.yml formatting

Modified Files

  • blueprints/evoai/ - New complete blueprint
  • 🔄 blueprints/evolutionapi/docker-compose.yml - Image and configuration updates
  • 🔄 blueprints/evolutionapi/template.toml - New environment variables
  • 📝 meta.json - Evo AI entry

Tags

ai, api, machine-learning, postgresql, redis, messaging, whatsapp


🔄 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/540 **Author:** [@eudanielhenrique](https://github.com/eudanielhenrique) **Created:** 11/19/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`6fcf708`](https://github.com/Dokploy/templates/commit/6fcf708f79e595cfa15842b560ae6d59aca63c61) feat: Introduce Evo AI blueprint and update Evolution API blueprint's images and session environment variables. - [`b492882`](https://github.com/Dokploy/templates/commit/b492882427e9bd5c615b0b259045689c19cff7a3) fix: alter restart policy to 'unless-stopped' for services in docker-compose files - [`8c6142d`](https://github.com/Dokploy/templates/commit/8c6142dba4d83906a365346ef4737d8621722855) chore: fix meta.json alphabetical order ### 📊 Changes **6 files changed** (+188 additions, -13 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/evoai/docker-compose.yml` (+85 -0) ➕ `blueprints/evoai/evoai.png` (+0 -0) ➕ `blueprints/evoai/template.toml` (+72 -0) 📝 `blueprints/evolutionapi/docker-compose.yml` (+9 -13) 📝 `blueprints/evolutionapi/template.toml` (+3 -0) 📝 `meta.json` (+19 -0) </details> ### 📄 Description ## Changes ### New Blueprint: Evo AI - Adds complete blueprint for Evo AI (AI-powered platform with backend and frontend) - Configuration with PostgreSQL 14 and Redis for caching - JWT authentication and SMTP configuration support - Architecture with API (port 8000) and Frontend (port 3000) - Logo and metadata added to `meta.json` ### Evolution API Improvements - Updates Docker image from `atendai/evolution-api:v2.1.2` to `evoapicloud/evolution-api:latest` - Updates Redis image from `redis:alpine` to `redis/redis-stack-server:latest` - Adds session environment variables: - `CONFIG_SESSION_DEVICE_TYPE=Chrome` - `CONFIG_SESSION_DEVICE_VERSION=2.3000.10` - `CONFIG_SESSION_PLATFORM=Linux` - Adds `dokploy-network` network configuration to all services - Improves `docker-compose.yml` formatting ## Modified Files - ✨ `blueprints/evoai/` - New complete blueprint - 🔄 `blueprints/evolutionapi/docker-compose.yml` - Image and configuration updates - 🔄 `blueprints/evolutionapi/template.toml` - New environment variables - 📝 `meta.json` - Evo AI entry ## Tags ai, api, machine-learning, postgresql, redis, messaging, whatsapp --- <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:40:28 -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#532