merge: chore/cleanup-remove-bloat-and-secrets into main
This commit is contained in:
commit
bde2f3a97d
1173 changed files with 437609 additions and 0 deletions
20
docker-compose.email.yml
Normal file
20
docker-compose.email.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# RMI Email System
|
||||
# ===============
|
||||
# Self-hosted email for rugmunch.io
|
||||
# Postfix + Dovecot + SnappyMail webmail
|
||||
#
|
||||
# Access: https://webmail.rugmunch.io
|
||||
|
||||
services:
|
||||
webmail:
|
||||
image: djmaze/snappymail:latest
|
||||
container_name: rmi-webmail
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- rmi_network
|
||||
ports:
|
||||
- "172.20.0.1:8888:8888"
|
||||
volumes:
|
||||
- /srv/snappymail/data:/var/lib/snappymail
|
||||
environment:
|
||||
- TZ=UTC
|
||||
Loading…
Add table
Add a link
Reference in a new issue