From 14e7f7b1a909fd44efdba1245fa454db7d326cb7 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 18 Feb 2023 22:58:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'poste.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poste.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 poste.yml diff --git a/poste.yml b/poste.yml new file mode 100644 index 0000000..d2db03d --- /dev/null +++ b/poste.yml @@ -0,0 +1,20 @@ +version: '3.7' +services: + mailserver: + image: analogic/poste.io + ports: + - "80:80" + - "443:443" + - "25:25" + - "110:110" + - "143:143" + - "587:587" + - "993:993" + - "995:995" + - "4190:4190" + environment: + - DISABLE_CLAMAV=TRUE + - DISABLE_RSPAMD=TRUE + volumes: + - /etc/localtime:/etc/localtime:ro + - ./data:/data \ No newline at end of file