Skip to content

Instantly share code, notes, and snippets.

services:
evolution-api:
image: atendai/evolution-api:latest
restart: unless-stopped
depends_on:
- postgres
- redis
ports:
- "8080:8080"
environment: