23 lines
404 B
YAML
23 lines
404 B
YAML
services:
|
|
poste:
|
|
image: analogic/poste.io
|
|
restart: always
|
|
network_mode: "host"
|
|
expose:
|
|
- 25
|
|
- 110
|
|
- 143
|
|
- 465
|
|
- 587
|
|
- 993
|
|
- 995
|
|
- 5080
|
|
- 5443
|
|
- 4190
|
|
volumes:
|
|
- /home/rober/proyects/mail.poste.io/data:/data
|
|
environment:
|
|
- HTTPS=on
|
|
- DISABLE_CLAMAV=TRUE
|
|
- HTTP_PORT=5080
|
|
- HTTPS_PORT=5443
|