添加 'poste.yml'
This commit is contained in:
parent
3e9f6db3b8
commit
14e7f7b1a9
1 changed files with 20 additions and 0 deletions
20
poste.yml
Normal file
20
poste.yml
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue