- docker-compose.yml con Evolution API (sin PostgreSQL/Redis) - Almacenamiento local en volúmenes Docker - Traefik labels con Authentik para /manager - API endpoints protegidos por API Key
6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
# Dominio
|
|
APP_DOMAIN=whatsapp.nucleoriofrio.com
|
|
|
|
# Evolution API - Genera una key segura
|
|
EVOLUTION_API_KEY=tu-api-key-segura-aqui
|