Add OpenSMTPD support for email server functionality

This commit is contained in:
cto-new[bot]
2026-02-09 12:28:30 +00:00
parent b95efaebea
commit 6bb30a6de2
5 changed files with 139 additions and 1 deletions

View File

@@ -4,6 +4,10 @@ services:
build: .
ports:
- "4500:4500"
# OpenSMTPD ports for email functionality
- "25:25"
- "587:587"
- "465:465"
restart: unless-stopped
environment:
- OPENCODE_API_KEY=${OPENCODE_API_KEY:-}