File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- # ELASTICSEARCH_VERSION=8.16.1
1
+ # ELASTICSEARCH_VERSION=8.17.0
2
2
# IMAGE_REPO=ghcr.io/zammad/zammad
3
3
# MEMCACHE_SERVERS=zammad-memcached:11211
4
- # MEMCACHE_VERSION=1.6.32 -alpine
4
+ # MEMCACHE_VERSION=1.6.34 -alpine
5
5
# NGINX_PORT=8080
6
6
# NGINX_EXPOSE_PORT=8080
7
7
# POSTGRES_DB=zammad_production
12
12
# POSTGRES_VERSION=17.2-alpine
13
13
# POSTGRESQL_OPTIONS=?pool=50
14
14
# REDIS_URL=redis://zammad-redis:6379
15
- # REDIS_VERSION=7.4.1 -alpine
15
+ # REDIS_VERSION=7.4.2 -alpine
16
16
# RESTART=always
17
17
# Use a fixed version. You are responsible to update this to newer patch level versions yourself.
18
- # VERSION=6.4.1
18
+ # VERSION=6.4.1-19
19
19
# You can also use floating versions that will give you automatic updates:
20
20
# VERSION=6.2 # all patchlevel updates
21
21
# VERSION=6 # including minor updates
Original file line number Diff line number Diff line change 6
6
spec :
7
7
image : " zammad/zammad-docker-compose"
8
8
architecture : " linux/amd64"
9
- tagfilter : " ^6\\ .4\\ .1$"
9
+ # tagfilter: "^6\\.4\\.1$"
10
10
# tagfilter: "^6\\.4\\.1-\\d{1}"
11
- # tagfilter: "^6\\.4\\.1-\\d{2}"
11
+ tagfilter : " ^6\\ .4\\ .1-\\ d{2}"
12
12
# tagfilter: "^6\\.4\\.1-\\d{3}"
13
13
elasticsearch :
14
14
kind : dockerimage
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ x-shared:
37
37
ZAMMAD_SESSION_JOBS :
38
38
ZAMMAD_PROCESS_SCHEDULED :
39
39
ZAMMAD_PROCESS_DELAYED_JOBS_WORKERS :
40
- image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1}
40
+ image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1-19 }
41
41
restart : ${RESTART:-always}
42
42
volumes :
43
43
- zammad-storage:/opt/zammad/storage
@@ -57,7 +57,7 @@ services:
57
57
user : 0:0
58
58
59
59
zammad-elasticsearch :
60
- image : bitnami/elasticsearch:${ELASTICSEARCH_VERSION:-8.16.1 }
60
+ image : bitnami/elasticsearch:${ELASTICSEARCH_VERSION:-8.17.0 }
61
61
restart : ${RESTART:-always}
62
62
volumes :
63
63
- elasticsearch-data:/bitnami/elasticsearch/data
@@ -72,7 +72,7 @@ services:
72
72
73
73
zammad-memcached :
74
74
command : memcached -m 256M
75
- image : memcached:${MEMCACHE_VERSION:-1.6.32 -alpine}
75
+ image : memcached:${MEMCACHE_VERSION:-1.6.34 -alpine}
76
76
restart : ${RESTART:-always}
77
77
78
78
zammad-nginx :
@@ -100,7 +100,7 @@ services:
100
100
command : ["zammad-railsserver"]
101
101
102
102
zammad-redis :
103
- image : redis:${REDIS_VERSION:-7.4.1 -alpine}
103
+ image : redis:${REDIS_VERSION:-7.4.2 -alpine}
104
104
restart : ${RESTART:-always}
105
105
volumes :
106
106
- redis-data:/data
You can’t perform that action at this time.
0 commit comments