chore: add MCP server environment variables

This commit is contained in:
2026-04-05 10:53:52 -05:00
parent a95063ea9d
commit 99e4212c61

View File

@@ -14,6 +14,8 @@ x-common-env: &common-env
SMTP_PORT: ${SMTP_PORT:-465} SMTP_PORT: ${SMTP_PORT:-465}
SMTP_FROM: ${SMTP_FROM:-"Company CO"} SMTP_FROM: ${SMTP_FROM:-"Company CO"}
SMTP_EMAIL: ${SMTP_EMAIL:-"domain@domain.com"} SMTP_EMAIL: ${SMTP_EMAIL:-"domain@domain.com"}
MCP_SERVER_HOST: ${MCP_SERVER_HOST:-tryton}
MCP_SERVER_PORT: ${MCP_SERVER_PORT:-3001}
services: services:
db: db: