diff --git a/README.md b/README.md index 225f09ce5..c22faa8e9 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Your support is crucial in helping us continue to improve the project, add new f These are some of our open-source sponsors: -User avatar: James BrumondUser avatar: MailRoute, Inc.User avatar: Starsong GmbHUser avatar: Ming Fu Design Ltd. 明孚設計有限公司User avatar: TaminoUser avatar: panascaisUser avatar: Merlijn +User avatar: James BrumondUser avatar: MailRoute, Inc.User avatar: Starsong GmbHUser avatar: Ming Fu Design Ltd. 明孚設計有限公司User avatar: TaminoUser avatar: panascaisUser avatar: Jan Jonsson
If you would like to support our work, please consider [becoming a sponsor](https://opencollective.com/stalwart). diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 000000000..069ed36d2 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,20 @@ +version: "3.9" + +services: + stalwart: + image: stalwartlabs/stalwart:latest + container_name: stalwart + ports: + - "443:443" # HTTPS + - "8080:8080" # Admin UI + - "25:25" # SMTP + - "587:587" # Submission + - "465:465" # SMTPS + - "143:143" # IMAP + - "993:993" # IMAPS + - "4190:4190" # Sieve + - "110:110" # POP3 + - "995:995" # POP3S + volumes: + - ./stalwart-data:/opt/stalwart + restart: unless-stopped