Compare commits
1 Commits
fetchmail-
...
1.1.1+2.0.
Author | SHA1 | Date | |
---|---|---|---|
e471ec6fd8 |
18
compose.yml
18
compose.yml
@ -54,7 +54,7 @@ x-environment:
|
||||
|
||||
services:
|
||||
app:
|
||||
image: ghcr.io/mailu/nginx:2.0.34
|
||||
image: ghcr.io/mailu/nginx:2.0.41
|
||||
logging:
|
||||
driver: json-file
|
||||
networks:
|
||||
@ -95,15 +95,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=1.1.0+2.0.34"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.1.1+2.0.41"
|
||||
|
||||
db:
|
||||
image: redis:7.2.3-alpine
|
||||
image: redis:7.2.4-alpine
|
||||
volumes:
|
||||
- "redis:/data"
|
||||
|
||||
admin:
|
||||
image: ghcr.io/mailu/admin:2.0.34
|
||||
image: ghcr.io/mailu/admin:2.0.41
|
||||
environment: *default-env
|
||||
healthcheck:
|
||||
disable: true
|
||||
@ -116,7 +116,7 @@ services:
|
||||
- default
|
||||
|
||||
imap:
|
||||
image: ghcr.io/mailu/dovecot:2.0.34
|
||||
image: ghcr.io/mailu/dovecot:2.0.41
|
||||
environment: *default-env
|
||||
secrets:
|
||||
- secret_key
|
||||
@ -130,7 +130,7 @@ services:
|
||||
- default
|
||||
|
||||
smtp:
|
||||
image: ghcr.io/mailu/postfix:2.0.34
|
||||
image: ghcr.io/mailu/postfix:2.0.41
|
||||
environment: *default-env
|
||||
secrets:
|
||||
- secret_key
|
||||
@ -142,7 +142,7 @@ services:
|
||||
- app
|
||||
|
||||
antispam:
|
||||
image: ghcr.io/mailu/rspamd:2.0.34
|
||||
image: ghcr.io/mailu/rspamd:2.0.41
|
||||
environment: *default-env
|
||||
secrets:
|
||||
- secret_key
|
||||
@ -153,7 +153,7 @@ services:
|
||||
disable: true
|
||||
|
||||
webmail:
|
||||
image: ghcr.io/mailu/webmail:2.0.34
|
||||
image: ghcr.io/mailu/webmail:2.0.41
|
||||
environment: *default-env
|
||||
networks:
|
||||
- default
|
||||
@ -167,7 +167,7 @@ services:
|
||||
disable: true
|
||||
|
||||
certdumper:
|
||||
image: ldez/traefik-certs-dumper:v2.8.1
|
||||
image: ldez/traefik-certs-dumper:v2.8.3
|
||||
entrypoint: sh -c '
|
||||
apk add jq
|
||||
; while ! [ -e /traefik/${ACME_JSON} ]
|
||||
|
Reference in New Issue
Block a user