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