chore: publish 3.1.0+6.5.2-22 release
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
12
compose.yml
12
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
|
||||
|
||||
Reference in New Issue
Block a user