mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Change mailu image to a configurable one.
This commit is contained in:
parent
c4cf50fa88
commit
bb6819a3b0
1 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue