disable what is not used

This commit is contained in:
Yax 2021-09-30 20:05:14 +02:00
parent 41ef3b257c
commit b6d76cf42f
4 changed files with 0 additions and 0 deletions

View file

@ -1,26 +0,0 @@
version: '3'
services:
poste-io:
container_name: poste-io
image: analogic/poste.io
volumes:
- ${ROOT_INSTALL}/data/poste.io:/data
environment:
- TZ=${TZ}
- HTTPS=OFF
restart: unless-stopped
ports:
- "465:465"
- "993:993"
- "25:25"
labels:
- traefik.enable=true
- traefik.http.routers.posteio.rule=Host(`${HOST_MAIL}.${DOMAIN}`)
- traefik.http.routers.posteio.entrypoints=websecure
- traefik.http.routers.posteio.tls=true
- traefik.http.services.posteio.loadbalancer.server.port=80
networks:
- srv
healthcheck:
disable: true