mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Fix mailu rspamd UI
This commit is contained in:
parent
05ef08c57d
commit
856495025a
1 changed files with 11 additions and 10 deletions
|
|
@ -18,9 +18,20 @@ services:
|
|||
- "$BIND_ADDRESS4:25:25"
|
||||
- "$BIND_ADDRESS4:465:465"
|
||||
- "$BIND_ADDRESS4:587:587"
|
||||
labels:
|
||||
- "traefik.backend=mailu-admin"
|
||||
- "traefik.docker.network=web"
|
||||
- "traefik.frontend.rule=Host:mailu.banditlair.com"
|
||||
- "traefik.enable=true"
|
||||
- "traefik.port=80"
|
||||
- "traefik.default.protocol=http"
|
||||
volumes:
|
||||
- "../traefik/certs/ssl/banditlair.com.crt:/certs/cert.pem"
|
||||
- "../traefik/certs/ssl/banditlair.com.key:/certs/key.pem"
|
||||
networks:
|
||||
- web
|
||||
- default
|
||||
|
||||
redis:
|
||||
image: redis:alpine
|
||||
restart: always
|
||||
|
|
@ -73,22 +84,12 @@ services:
|
|||
env_file: .env
|
||||
expose:
|
||||
- 80
|
||||
labels:
|
||||
- "traefik.backend=mailu-admin"
|
||||
- "traefik.docker.network=web"
|
||||
- "traefik.frontend.rule=Host:mailu.banditlair.com"
|
||||
- "traefik.enable=true"
|
||||
- "traefik.port=80"
|
||||
- "traefik.default.protocol=http"
|
||||
volumes:
|
||||
- "$ROOT/data:/data"
|
||||
- "$ROOT/dkim:/dkim"
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
depends_on:
|
||||
- redis
|
||||
networks:
|
||||
- web
|
||||
- default
|
||||
|
||||
webmail:
|
||||
image: hardware/rainloop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue