File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1111
1212# Use a fixed Zammad version rather than the default. If you do so,
1313# you are responsible to update this to newer patch level versions yourself.
14- # VERSION=6.4.2
14+ # VERSION=6.5.0
1515# You can also use floating versions that will give you automatic updates:
1616# VERSION=6.2 # all patchlevel updates
1717# VERSION=6 # including minor updates
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ sources:
66 spec :
77 image : " zammad/zammad-docker-compose"
88 architecture : " linux/amd64"
9- tagfilter : " ^6\\ .4 \\ .2 $"
10- # tagfilter: "^6\\.4 \\.2 -\\d{1}"
11- # tagfilter: "^6\\.4 \\.2 -\\d{2}"
12- # tagfilter: "^6\\.4\\.2 -\\d{3}"
9+ tagfilter : " ^6\\ .5 \\ .0 $"
10+ # tagfilter: "^6\\.5 \\.0 -\\d{1}"
11+ # tagfilter: "^6\\.5 \\.0 -\\d{2}"
12+ # tagfilter: "^6\\.5\.0 -\\d{3}"
1313 elasticsearch :
1414 kind : dockerimage
1515 spec :
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ x-shared:
3030 ELASTICSEARCH_PASS : ${ELASTICSEARCH_PASS:-zammad}
3131 ELASTICSEARCH_NAMESPACE :
3232 ELASTICSEARCH_REINDEX :
33- ELASTICSEARCH_SSL_VERIFY :
3433 NGINX_PORT :
3534 NGINX_CLIENT_MAX_BODY_SIZE :
3635 NGINX_SERVER_NAME :
@@ -39,9 +38,11 @@ x-shared:
3938 ZAMMAD_HTTP_TYPE :
4039 ZAMMAD_FQDN :
4140 ZAMMAD_WEB_CONCURRENCY :
42- ZAMMAD_SESSION_JOBS_CONCURRENT :
41+ ZAMMAD_PROCESS_SESSIONS_JOBS_WORKERS :
4342 ZAMMAD_PROCESS_SCHEDULED_JOBS_WORKERS :
4443 ZAMMAD_PROCESS_DELAYED_JOBS_WORKERS :
44+ # ZAMMAD_SESSION_JOBS_CONCURRENT is deprecated, please use ZAMMAD_PROCESS_SESSIONS_JOBS_WORKERS instead.
45+ ZAMMAD_SESSION_JOBS_CONCURRENT :
4546 # Variables used by ngingx-proxy container for reverse proxy creations
4647 # for docs refer to https://github.com/nginx-proxy/nginx-proxy
4748 VIRTUAL_HOST :
@@ -51,7 +52,7 @@ x-shared:
5152 LETSENCRYPT_HOST :
5253 LETSENCRYPT_EMAIL :
5354
54- image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.2 }
55+ image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.0 }
5556 restart : ${RESTART:-always}
5657 volumes :
5758 - zammad-storage:/opt/zammad/storage
You can’t perform that action at this time.
0 commit comments