docker run
on the command line interface.
apikey
header set.
docker run
on the command line interface.
Run the following command to deploy EvolutionAPI with the necessary volumes. This command maps the evolution_store
and evolution_instances
volumes to their respective directories inside the container.
docker-compose.yaml
file and then use a single command to start everything.
This is a Docker Compose example for standalone environments, i.e., a single running server. For synchronization of two servers in parallel, use Swarm. This is for more advanced Docker users.
docker compose
might not work on older versions, and must be replaced by docker-compose
.docker-compose.yml
file with this content:
.env
file in the same directory with the following: