mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46: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
|
||||
|
||||
webmail:
|
||||
image: "mailu/$WEBMAIL:$VERSION"
|
||||
image: hardware/rainloop
|
||||
restart: always
|
||||
env_file: .env
|
||||
expose:
|
||||
- 80
|
||||
- 8888
|
||||
environment:
|
||||
- VIRTUAL_HOST=webmail.banditlair.com
|
||||
- VIRTUAL_NETWORK=nginx-proxy
|
||||
- VIRTUAL_PORT=80
|
||||
- VIRTUAL_PORT=8888
|
||||
volumes:
|
||||
- "$ROOT/webmail:/data"
|
||||
- "$ROOT/webmail:/rainloop/data"
|
||||
networks:
|
||||
- proxy-tier
|
||||
- default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue