From ec0ad78ef4333ea940cd85377a7205bf3fa6fc83 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 28 Oct 2025 17:45:41 +0100 Subject: [PATCH] chore: publish 3.1.0+6.5.2-22 release --- compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/compose.yml b/compose.yml index 1ab477b..45a6bc3 100644 --- a/compose.yml +++ b/compose.yml @@ -45,7 +45,7 @@ x-shared: SSO_PROVIDER_DOMAIN: IDP_SSO_TARGET_URL: IDP_SLO_SERVICE_URL: - image: ghcr.io/zammad/zammad:6.5.0-34 + image: ghcr.io/zammad/zammad:6.5.2-22 deploy: restart_policy: condition: on-failure @@ -69,7 +69,7 @@ x-shared: services: zammad-elasticsearch: - image: elasticsearch:8.18.0 + image: elasticsearch:8.19.6 deploy: restart_policy: condition: on-failure @@ -82,7 +82,7 @@ services: - elasticsearch-data:/usr/share/elasticsearch/data environment: discovery.type: single-node - xpack.security.enabled: 'false' + xpack.security.enabled: "false" ES_JAVA_OPTS: -Xms1g -Xmx1g healthcheck: #test: TODO @@ -100,7 +100,7 @@ services: zammad-memcached: command: memcached -m 256M - image: memcached:1.6.38-alpine + image: memcached:1.6.39-alpine healthcheck: test: 'echo "version" | nc -vn -w 1 127.0.0.1 11211' interval: 30s @@ -134,7 +134,7 @@ services: - "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.SSLHost=${DOMAIN}" - - "coop-cloud.${STACK_NAME}.version=3.0.0+6.5.0-34" + - "coop-cloud.${STACK_NAME}.version=3.1.0+6.5.2-22" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080"] @@ -185,7 +185,7 @@ services: start_period: 5m zammad-redis: - image: redis:7.4.3-alpine + image: redis:7.4.6-alpine deploy: restart_policy: condition: on-failure