Compare commits

..
Author SHA1 Message Date
javielico 7116066b52 chore: publish 4.1.1+7.1.2 release
continuous-integration/drone/tag Build is passing
2026-08-10 15:10:08 +01:00
javielico 8f7d69b3e5 chore: update image tags 2026-08-10 15:09:48 +01:00
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
version: "3.8"
services:
zammad-backup:
image: ghcr.io/zammad/zammad:7.1.1
image: ghcr.io/zammad/zammad:7.1.2
command: ["zammad-backup"]
volumes:
- zammad-backup:/var/tmp/zammad
+5 -5
View File
@@ -45,7 +45,7 @@ x-shared:
SSO_PROVIDER_DOMAIN:
IDP_SSO_TARGET_URL:
IDP_SLO_SERVICE_URL:
image: ghcr.io/zammad/zammad:7.1.1
image: ghcr.io/zammad/zammad:7.1.2
deploy:
restart_policy:
condition: on-failure
@@ -69,7 +69,7 @@ x-shared:
services:
zammad-elasticsearch:
image: elasticsearch:9.4.3
image: elasticsearch:9.4.4
deploy:
restart_policy:
condition: on-failure
@@ -100,7 +100,7 @@ services:
zammad-memcached:
command: memcached -m 256M
image: memcached:1.6.42-alpine
image: memcached:1.6.45-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=4.1.0+7.1.1"
- "coop-cloud.${STACK_NAME}.version=4.1.1+7.1.2"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080"]
@@ -193,7 +193,7 @@ services:
memory: 2G
zammad-redis:
image: redis:8.8.0-alpine
image: redis:8.10.0-alpine
deploy:
restart_policy:
condition: on-failure