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