Add docker compose

This commit is contained in:
2025-11-28 12:13:50 -05:00
parent f040a6e28f
commit 3c838f111a

View File

@@ -0,0 +1,21 @@
services:
stalwart:
build:
context: .
dockerfile: Dockerfile.stalwart
container_name: stalwart
restart: unless-stopped
ports:
- "8443:443"
- "8080:8080"
- "25:25"
- "587:587"
- "465:465"
- "143:143"
- "993:993"
- "4190:4190"
- "110:110"
- "995:995"
volumes:
- /var/lib/stalwart:/opt/stalwart
- /etc/foundationdb:/etc/foundationdb/