Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</p>

<p align="center">
<a href="https://github.com/EvolutionAPI/evo-crm-community/releases/latest"><img src="https://img.shields.io/github/v/release/EvolutionAPI/evo-crm-community?include_prereleases&label=version&color=00ffa7" alt="Latest version" /></a>
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License: Apache 2.0" /></a>
<a href="https://docs.evolutionfoundation.com.br"><img src="https://img.shields.io/badge/Docs-evolutionfoundation.com.br-00ffa7" alt="Documentation" /></a>
<a href="https://evolutionfoundation.com.br/community"><img src="https://img.shields.io/badge/Community-Join%20us-white" alt="Community" /></a>
Expand All @@ -31,6 +32,27 @@ This repository is the **monorepo entrypoint**: it aggregates all community serv

---

## Current version

**`v1.0.0-rc1`** — first tagged release candidate. See the [release notes](https://github.com/EvolutionAPI/evo-crm-community/releases/tag/v1.0.0-rc1) for highlights, security advisories and known issues.

The umbrella tag pins each submodule at its corresponding `v1.0.0-rc1` tag. Cloning with `--recurse-submodules` at this tag reproduces the full stack as released:

| Service | Tag | Release notes |
|---------|-----|---------------|
| [`evo-auth-service-community`](https://github.com/EvolutionAPI/evo-auth-service-community/releases/tag/v1.0.0-rc1) | `v1.0.0-rc1` | [link](https://github.com/EvolutionAPI/evo-auth-service-community/releases/tag/v1.0.0-rc1) |
| [`evo-ai-crm-community`](https://github.com/EvolutionAPI/evo-ai-crm-community/releases/tag/v1.0.0-rc1) | `v1.0.0-rc1` | [link](https://github.com/EvolutionAPI/evo-ai-crm-community/releases/tag/v1.0.0-rc1) |
| [`evo-ai-frontend-community`](https://github.com/EvolutionAPI/evo-ai-frontend-community/releases/tag/v1.0.0-rc1) | `v1.0.0-rc1` | [link](https://github.com/EvolutionAPI/evo-ai-frontend-community/releases/tag/v1.0.0-rc1) |
| [`evo-ai-processor-community`](https://github.com/EvolutionAPI/evo-ai-processor-community/releases/tag/v1.0.0-rc1) | `v1.0.0-rc1` | [link](https://github.com/EvolutionAPI/evo-ai-processor-community/releases/tag/v1.0.0-rc1) |
| [`evo-ai-core-service-community`](https://github.com/EvolutionAPI/evo-ai-core-service-community/releases/tag/v1.0.0-rc1) | `v1.0.0-rc1` | [link](https://github.com/EvolutionAPI/evo-ai-core-service-community/releases/tag/v1.0.0-rc1) |
| [`evo-bot-runtime`](https://github.com/EvolutionAPI/evo-bot-runtime/releases/tag/v1.0.0-rc1) | `v1.0.0-rc1` | [link](https://github.com/EvolutionAPI/evo-bot-runtime/releases/tag/v1.0.0-rc1) |

```bash
git clone --recurse-submodules --branch v1.0.0-rc1 git@github.com:EvolutionAPI/evo-crm-community.git
```

---

## Architecture

The platform is composed of 6 independent services:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
condition: service_healthy
redis:
condition: service_healthy
command: sh -c "bundle install && bundle exec rails db:prepare && bundle exec rails s -p 3001 -b 0.0.0.0"
command: sh -c "rm -f /rails/tmp/pids/server.pid && bundle install && bundle exec rails db:prepare && bundle exec rails s -p 3001 -b 0.0.0.0"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3001/health"]
interval: 30s
Expand Down
2 changes: 1 addition & 1 deletion evo-ai-core-service-community
2 changes: 1 addition & 1 deletion evo-ai-crm-community
2 changes: 1 addition & 1 deletion evo-ai-frontend-community
2 changes: 1 addition & 1 deletion evo-ai-processor-community
2 changes: 1 addition & 1 deletion evo-auth-service-community
2 changes: 1 addition & 1 deletion evolution-api
2 changes: 1 addition & 1 deletion evolution-go
Loading