6 Commits

Author SHA1 Message Date
javielico 8f1532c80e 4.0.0+7.0.1-0048
continuous-integration/drone/tag Build is passing
2026-06-04 15:06:34 +00:00
javielico 3ae94ea073 3.1.2+6.5.3
continuous-integration/drone/tag Build is passing
2026-06-04 14:49:56 +00:00
javielico ffb7b94a08 chore: update image tags
continuous-integration/drone/tag Build is passing
2026-06-04 13:37:47 +01:00
javielico 972f93b37a chore: publish 3.2.0+6.5.3 release
continuous-integration/drone/tag Build is passing
2026-06-04 13:22:22 +01:00
javielico 18b742727e chrore: 6.5.3 2026-06-04 13:18:22 +01:00
moritz a23f6588e3 chore: replace depricated traefik.docker.* with traefik.swarm.* 2026-03-17 17:10:21 +01:00
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
version: "3.8"
services:
zammad-backup:
image: ghcr.io/zammad/zammad:6.5.0-34
image: ghcr.io/zammad/zammad:6.5.4
command: ["zammad-backup"]
volumes:
- zammad-backup:/var/tmp/zammad
+6 -6
View File
@@ -45,7 +45,7 @@ x-shared:
SSO_PROVIDER_DOMAIN:
IDP_SSO_TARGET_URL:
IDP_SLO_SERVICE_URL:
image: ghcr.io/zammad/zammad:6.5.2-22
image: ghcr.io/zammad/zammad:7.0.1-0048
deploy:
restart_policy:
condition: on-failure
@@ -69,7 +69,7 @@ x-shared:
services:
zammad-elasticsearch:
image: elasticsearch:8.19.6
image: elasticsearch:9.4.1
deploy:
restart_policy:
condition: on-failure
@@ -100,7 +100,7 @@ services:
zammad-memcached:
command: memcached -m 256M
image: memcached:1.6.39-alpine
image: memcached:1.6.42-alpine
healthcheck:
test: 'echo "version" | nc -vn -w 1 127.0.0.1 11211'
interval: 30s
@@ -126,7 +126,7 @@ services:
deploy:
labels:
- "traefik.enable=true"
- "traefik.docker.network=proxy"
- "traefik.swarm.network=proxy"
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=8080"
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
@@ -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.1.1+6.5.2-22"
- "coop-cloud.${STACK_NAME}.version=4.0.0+7.0.1-0048"
- "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:7.4.6-alpine
image: redis:8.6.3-alpine
deploy:
restart_policy:
condition: on-failure