mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 18:47:52 +00:00
Rename to Mailu in docker-compose.yml
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
|
|
||||||
http:
|
http:
|
||||||
# build: $FRONTEND
|
# build: $FRONTEND
|
||||||
image: freeposte/$FRONTEND:$VERSION
|
image: mailu/$FRONTEND:$VERSION
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
ports:
|
ports:
|
||||||
@@ -21,21 +21,21 @@ services:
|
|||||||
|
|
||||||
imap:
|
imap:
|
||||||
# build: dovecot
|
# build: dovecot
|
||||||
image: freeposte/dovecot:$VERSION
|
image: mailu/dovecot:$VERSION
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
ports:
|
ports:
|
||||||
- "$BIND_ADDRESS:143:143"
|
- "$BIND_ADDRESS:143:143"
|
||||||
- "$BIND_ADDRESS:993:993"
|
- "$BIND_ADDRESS:993:993"
|
||||||
volumes:
|
volumes:
|
||||||
- "$ROOT/freeposte:/data"
|
- "$ROOT/mailu:/data"
|
||||||
- "$ROOT/mail:/mail"
|
- "$ROOT/mail:/mail"
|
||||||
- "$ROOT/certs:/certs"
|
- "$ROOT/certs:/certs"
|
||||||
- "$ROOT/overrides:/overrides"
|
- "$ROOT/overrides:/overrides"
|
||||||
|
|
||||||
smtp:
|
smtp:
|
||||||
# build: postfix
|
# build: postfix
|
||||||
image: freeposte/postfix:$VERSION
|
image: mailu/postfix:$VERSION
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
ports:
|
ports:
|
||||||
@@ -43,13 +43,13 @@ services:
|
|||||||
- "$BIND_ADDRESS:465:465"
|
- "$BIND_ADDRESS:465:465"
|
||||||
- "$BIND_ADDRESS:587:587"
|
- "$BIND_ADDRESS:587:587"
|
||||||
volumes:
|
volumes:
|
||||||
- "$ROOT/freeposte:/data"
|
- "$ROOT/mailu:/data"
|
||||||
- "$ROOT/certs:/certs"
|
- "$ROOT/certs:/certs"
|
||||||
- "$ROOT/overrides:/overrides"
|
- "$ROOT/overrides:/overrides"
|
||||||
|
|
||||||
milter:
|
milter:
|
||||||
# build: rmilter
|
# build: rmilter
|
||||||
image: freeposte/rmilter:$VERSION
|
image: mailu/rmilter:$VERSION
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
volumes:
|
volumes:
|
||||||
@@ -59,7 +59,7 @@ services:
|
|||||||
|
|
||||||
antispam:
|
antispam:
|
||||||
# build: rspamd
|
# build: rspamd
|
||||||
image: freeposte/rspamd:$VERSION
|
image: mailu/rspamd:$VERSION
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
volumes:
|
volumes:
|
||||||
@@ -67,7 +67,7 @@ services:
|
|||||||
|
|
||||||
antivirus:
|
antivirus:
|
||||||
# build: clamav
|
# build: clamav
|
||||||
image: freeposte/clamav:$VERSION
|
image: mailu/clamav:$VERSION
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
volumes:
|
volumes:
|
||||||
@@ -75,19 +75,19 @@ services:
|
|||||||
|
|
||||||
admin:
|
admin:
|
||||||
# build: admin
|
# build: admin
|
||||||
image: freeposte/admin:$VERSION
|
image: mailu/admin:$VERSION
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8000:80"
|
- "127.0.0.1:8000:80"
|
||||||
volumes:
|
volumes:
|
||||||
- "$ROOT/freeposte:/data"
|
- "$ROOT/mailu:/data"
|
||||||
- "$ROOT/dkim:/dkim"
|
- "$ROOT/dkim:/dkim"
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
|
||||||
webmail:
|
webmail:
|
||||||
# build: "$WEBMAIL"
|
# build: "$WEBMAIL"
|
||||||
image: "freeposte/$WEBMAIL:$VERSION"
|
image: "mailu/$WEBMAIL:$VERSION"
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
volumes:
|
volumes:
|
||||||
@@ -95,8 +95,8 @@ services:
|
|||||||
|
|
||||||
fetchmail:
|
fetchmail:
|
||||||
# build: fetchmail
|
# build: fetchmail
|
||||||
image: freeposte/fetchmail:$VERSION
|
image: mailu/fetchmail:$VERSION
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
volumes:
|
volumes:
|
||||||
- "$ROOT/freeposte:/data"
|
- "$ROOT/mailu:/data"
|
||||||
|
|||||||
Reference in New Issue
Block a user