Change version to latest and set back roundcube
This commit is contained in:
+9
-9
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
front:
|
front:
|
||||||
image: mailu/nginx:$VERSION
|
image: ghcr.io/mailu/nginx:$VERSION
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
logging:
|
logging:
|
||||||
@@ -38,7 +38,7 @@ services:
|
|||||||
- "$ROOT/redis:/data"
|
- "$ROOT/redis:/data"
|
||||||
|
|
||||||
imap:
|
imap:
|
||||||
image: mailu/dovecot:$VERSION
|
image: ghcr.io/mailu/dovecot:$VERSION
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
logging:
|
logging:
|
||||||
@@ -52,7 +52,7 @@ services:
|
|||||||
- front
|
- front
|
||||||
|
|
||||||
smtp:
|
smtp:
|
||||||
image: mailu/postfix:$VERSION
|
image: ghcr.io/mailu/postfix:$VERSION
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
logging:
|
logging:
|
||||||
@@ -66,7 +66,7 @@ services:
|
|||||||
- front
|
- front
|
||||||
|
|
||||||
antispam:
|
antispam:
|
||||||
image: mailu/rspamd:$VERSION
|
image: ghcr.io/mailu/rspamd:$VERSION
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
logging:
|
logging:
|
||||||
@@ -81,21 +81,21 @@ services:
|
|||||||
- front
|
- front
|
||||||
|
|
||||||
antivirus:
|
antivirus:
|
||||||
image: mailu/$ANTIVIRUS:$VERSION
|
image: ghcr.io/mailu/$ANTIVIRUS:$VERSION
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
volumes:
|
volumes:
|
||||||
- "$ROOT/filter:/data"
|
- "$ROOT/filter:/data"
|
||||||
|
|
||||||
webdav:
|
webdav:
|
||||||
image: mailu/$WEBDAV:$VERSION
|
image: ghcr.io/mailu/$WEBDAV:$VERSION
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
volumes:
|
volumes:
|
||||||
- "$ROOT/dav:/data"
|
- "$ROOT/dav:/data"
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
image: mailu/admin:$VERSION
|
image: ghcr.io/mailu/admin:$VERSION
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
logging:
|
logging:
|
||||||
@@ -109,7 +109,7 @@ services:
|
|||||||
- redis
|
- redis
|
||||||
|
|
||||||
webmail:
|
webmail:
|
||||||
image: "mailu/$WEBMAIL:$VERSION"
|
image: ghcr.io/mailu/$WEBMAIL:$VERSION
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
volumes:
|
volumes:
|
||||||
@@ -119,7 +119,7 @@ services:
|
|||||||
- imap
|
- imap
|
||||||
|
|
||||||
fetchmail:
|
fetchmail:
|
||||||
image: mailu/fetchmail:$VERSION
|
image: ghcr.io/mailu/fetchmail:$VERSION
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user