Compare commits
7
Commits
3.1.2+2024.06.55
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d31aa15791 | ||
|
|
ec37f16553 | ||
|
|
6edc435e32 | ||
|
|
ee4e7270c8 | ||
|
|
c75df76fa6 | ||
|
|
0b33e79f1e | ||
|
|
e19297ab07 |
+8
-8
@@ -55,7 +55,7 @@ x-environment:
|
||||
|
||||
services:
|
||||
app:
|
||||
image: ghcr.io/mailu/nginx:2024.06.55
|
||||
image: ghcr.io/mailu/nginx:2024.06.58
|
||||
logging:
|
||||
driver: json-file
|
||||
networks:
|
||||
@@ -96,15 +96,15 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "coop-cloud.${STACK_NAME}.version=3.1.2+2024.06.55"
|
||||
- "coop-cloud.${STACK_NAME}.version=3.1.4+2024.06.58"
|
||||
|
||||
db:
|
||||
image: redis:8.8.0-alpine
|
||||
image: redis:8.10.1-alpine
|
||||
volumes:
|
||||
- "redis:/data"
|
||||
|
||||
admin:
|
||||
image: ghcr.io/mailu/admin:2024.06.55
|
||||
image: ghcr.io/mailu/admin:2024.06.58
|
||||
environment: *default-env
|
||||
healthcheck:
|
||||
disable: true
|
||||
@@ -117,7 +117,7 @@ services:
|
||||
- default
|
||||
|
||||
imap:
|
||||
image: ghcr.io/mailu/dovecot:2024.06.55
|
||||
image: ghcr.io/mailu/dovecot:2024.06.58
|
||||
environment: *default-env
|
||||
secrets:
|
||||
- secret_key
|
||||
@@ -131,7 +131,7 @@ services:
|
||||
- default
|
||||
|
||||
smtp:
|
||||
image: ghcr.io/mailu/postfix:2024.06.55
|
||||
image: ghcr.io/mailu/postfix:2024.06.58
|
||||
environment: *default-env
|
||||
secrets:
|
||||
- secret_key
|
||||
@@ -143,7 +143,7 @@ services:
|
||||
- app
|
||||
|
||||
antispam:
|
||||
image: ghcr.io/mailu/rspamd:2024.06.55
|
||||
image: ghcr.io/mailu/rspamd:2024.06.58
|
||||
environment: *default-env
|
||||
secrets:
|
||||
- secret_key
|
||||
@@ -154,7 +154,7 @@ services:
|
||||
disable: true
|
||||
|
||||
webmail:
|
||||
image: ghcr.io/mailu/webmail:2024.06.55
|
||||
image: ghcr.io/mailu/webmail:2024.06.58
|
||||
# entrypoint: "tail -f /dev/null"
|
||||
environment: *default-env
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user