chore: publish 2.0.0+6.4.0-34 release
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2024-12-03 18:34:35 +01:00
parent 3a940d845f
commit 73e9f7bfcc
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
version: "3.8" version: "3.8"
services: services:
zammad-backup: zammad-backup:
image: ghcr.io/zammad/zammad:6.3.1-95 image: ghcr.io/zammad/zammad:6.4.0-34
command: ["zammad-backup"] command: ["zammad-backup"]
volumes: volumes:
- zammad-backup:/var/tmp/zammad - zammad-backup:/var/tmp/zammad

View File

@ -43,7 +43,7 @@ x-shared:
SSO_PROVIDER_DOMAIN: SSO_PROVIDER_DOMAIN:
IDP_SSO_TARGET_URL: IDP_SSO_TARGET_URL:
IDP_SLO_SERVICE_URL: IDP_SLO_SERVICE_URL:
image: ghcr.io/zammad/zammad:6.3.1-95 image: ghcr.io/zammad/zammad:6.4.0-34
deploy: deploy:
restart_policy: restart_policy:
condition: on-failure condition: on-failure
@ -67,7 +67,7 @@ x-shared:
services: services:
zammad-elasticsearch: zammad-elasticsearch:
image: bitnami/elasticsearch:8.14.3 image: bitnami/elasticsearch:8.16.1
deploy: deploy:
restart_policy: restart_policy:
condition: on-failure condition: on-failure
@ -96,7 +96,7 @@ services:
zammad-memcached: zammad-memcached:
command: memcached -m 256M command: memcached -m 256M
image: memcached:1.6.29-alpine image: memcached:1.6.32-alpine
healthcheck: healthcheck:
test: 'echo "version" | nc -vn -w 1 127.0.0.1 11211' test: 'echo "version" | nc -vn -w 1 127.0.0.1 11211'
interval: 30s interval: 30s
@ -130,7 +130,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" - "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=1.0.5+6.3.1-95" - "coop-cloud.${STACK_NAME}.version=2.0.0+6.4.0-34"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080"] test: ["CMD", "curl", "-f", "http://localhost:8080"]
@ -182,7 +182,7 @@ services:
zammad-redis: zammad-redis:
image: redis:7.2.5-alpine image: redis:7.4.1-alpine
deploy: deploy:
restart_policy: restart_policy:
condition: on-failure condition: on-failure