Caprover logo
Caprover one-click apps browser
Evolution API logo
Evolution API
Evolution API is a powerful WhatsApp API that allows you to create bots and automate your WhatsApp communication.
Official integration
Created - Last update

Deploying Evolution API with required services (PostgreSQL, Redis, RabbitMQ)...

Deployed services
evolution-api
atendai/evolution-api:$$cap_ant_version
  • evolution-api-data:/evolution
always
99+
evolution-api-redis
redis:latest
  • evolution-api-redis-data:/data
always
evolution-api-postgres
postgres:$$cap_postgres_version
  • evolution-api-postgres-data:/var/lib/postgresql/data
always
3
evolution-api-rabbitmq
rabbitmq:$$cap_rabbitmq_version
  • evolution-api-rabbitmq-data:/var/lib/rabbitmq
always
2
Variables

Evolution API Version

Default: v2.2.1

$$cap_ant_version
Choose the latest version of Evolution API from https://hub.docker.com/r/atendai/evolution-api/tags

PostgreSQL Version

Default: 17

$$cap_postgres_version
Choose the latest version of PostgreSQL from https://hub.docker.com/_/postgres/tags

Redis Version

Default: 6.2

$$cap_redis_version
Choose the latest version of Redis from https://hub.docker.com/_/redis/tags

RabbitMQ Version

Default: 3.7

$$cap_rabbitmq_version
Choose the latest version of RabbitMQ from https://hub.docker.com/_/rabbitmq/tags

Authentication API Key

Default: $$cap_gen_random_hex(32)

evolution-api_authentication_api_key
Set a strong API key for authentication

PostgreSQL Username

Default: evolution

$$cap_postgres_user
Set the username for PostgreSQL

PostgreSQL Password

Default: $$cap_gen_random_hex(16)

$$cap_postgres_password
Set a strong password for PostgreSQL

PostgreSQL Database Name

Default: evolution_db

$$cap_postgres_db
Set the database name for PostgreSQL

RabbitMQ Username

Default: evolution

$$cap_rabbitmq_user
Set the username for RabbitMQ

RabbitMQ Password

Default: $$cap_gen_random_hex(16)

$$cap_rabbitmq_password
Set a strong password for RabbitMQ
© 2025, Built with Gatsby - Source code available on GitHub