Change mailu image to a configurable one.

This commit is contained in:
Paul-Henri Froidmont 2018-01-22 00:42:44 +01:00
parent c4cf50fa88
commit bb6819a3b0

View file

@ -88,17 +88,16 @@ services:
- default - default
webmail: webmail:
image: "mailu/$WEBMAIL:$VERSION" image: hardware/rainloop
restart: always restart: always
env_file: .env
expose: expose:
- 80 - 8888
environment: environment:
- VIRTUAL_HOST=webmail.banditlair.com - VIRTUAL_HOST=webmail.banditlair.com
- VIRTUAL_NETWORK=nginx-proxy - VIRTUAL_NETWORK=nginx-proxy
- VIRTUAL_PORT=80 - VIRTUAL_PORT=8888
volumes: volumes:
- "$ROOT/webmail:/data" - "$ROOT/webmail:/rainloop/data"
networks: networks:
- proxy-tier - proxy-tier
- default - default