diff --git a/Stalwart/docker-compose.yml b/Stalwart/docker-compose.yml new file mode 100644 index 0000000..b926d49 --- /dev/null +++ b/Stalwart/docker-compose.yml @@ -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/ \ No newline at end of file