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 11
11
12
12
# Use a fixed Zammad version rather than the default. If you do so,
13
13
# you are responsible to update this to newer patch level versions yourself.
14
- # VERSION=6.4.2
14
+ # VERSION=6.5.0
15
15
# You can also use floating versions that will give you automatic updates:
16
16
# VERSION=6.2 # all patchlevel updates
17
17
# VERSION=6 # including minor updates
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ sources:
6
6
spec :
7
7
image : " zammad/zammad-docker-compose"
8
8
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}"
13
13
elasticsearch :
14
14
kind : dockerimage
15
15
spec :
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ x-shared:
30
30
ELASTICSEARCH_PASS : ${ELASTICSEARCH_PASS:-zammad}
31
31
ELASTICSEARCH_NAMESPACE :
32
32
ELASTICSEARCH_REINDEX :
33
- ELASTICSEARCH_SSL_VERIFY :
34
33
NGINX_PORT :
35
34
NGINX_CLIENT_MAX_BODY_SIZE :
36
35
NGINX_SERVER_NAME :
@@ -39,9 +38,11 @@ x-shared:
39
38
ZAMMAD_HTTP_TYPE :
40
39
ZAMMAD_FQDN :
41
40
ZAMMAD_WEB_CONCURRENCY :
42
- ZAMMAD_SESSION_JOBS_CONCURRENT :
41
+ ZAMMAD_PROCESS_SESSIONS_JOBS_WORKERS :
43
42
ZAMMAD_PROCESS_SCHEDULED_JOBS_WORKERS :
44
43
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 :
45
46
# Variables used by ngingx-proxy container for reverse proxy creations
46
47
# for docs refer to https://github.com/nginx-proxy/nginx-proxy
47
48
VIRTUAL_HOST :
@@ -51,7 +52,7 @@ x-shared:
51
52
LETSENCRYPT_HOST :
52
53
LETSENCRYPT_EMAIL :
53
54
54
- image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.2 }
55
+ image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.0 }
55
56
restart : ${RESTART:-always}
56
57
volumes :
57
58
- zammad-storage:/opt/zammad/storage
You can’t perform that action at this time.
0 commit comments