Full pipeline: IMAP ingress -> OpenClaw dispatch -> callback -> SMTP reply. SQLite stateful storage with idempotency, threading, and retry logic. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
16 lines
243 B
YAML
16 lines
243 B
YAML
services:
|
|
bridge:
|
|
build: .
|
|
container_name: claw-email-bridge
|
|
restart: unless-stopped
|
|
env_file:
|
|
- .env
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- bridge-data:/app/data
|
|
|
|
volumes:
|
|
bridge-data:
|
|
driver: local
|