mirror of
https://github.com/EvolutionAPI/chatwoot_mcp.git
synced 2025-07-13 07:04:50 -06:00
10 lines
157 B
YAML
10 lines
157 B
YAML
version: '3'
|
|
|
|
services:
|
|
chatwoot-mcp:
|
|
build: .
|
|
ports:
|
|
- "8787:8787"
|
|
restart: unless-stopped
|
|
environment:
|
|
- NODE_ENV=production |