chore(docker): add Kafka and frontend services to Docker configurations

- Introduced Kafka and Zookeeper services in a new docker-compose file for better message handling.
- Added frontend service to both development and production docker-compose files for improved UI management.
- Updated evolution-manager-v2 submodule to the latest commit.
- Updated CHANGELOG for version 2.3.5 release.
This commit is contained in:
Davidson Gomes
2025-09-23 18:40:19 -03:00
parent dfea584aa7
commit 6c150eed6d
7 changed files with 215 additions and 2 deletions

View File

@@ -20,6 +20,15 @@ services:
expose:
- "8080"
frontend:
container_name: evolution_frontend
image: evoapicloud/evolution-manager:latest
restart: always
ports:
- "3000:80"
networks:
- evolution-net
redis:
container_name: evolution_redis
image: redis:latest