update zammad to 5.3.0 (#313)

* update zammad to 5.3.0

* update dependencies

Signed-off-by: André Bauer <andre.bauer@staffbase.com>

Signed-off-by: André Bauer <andre.bauer@staffbase.com>
This commit is contained in:
André Bauer 2022-11-22 18:59:50 +01:00 committed by GitHub
parent a0aa5324dc
commit 87e8b49794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

2
.env
View File

@ -4,4 +4,4 @@ POSTGRES_PASS=zammad
POSTGRES_USER=zammad
REDIS_URL=redis://zammad-redis:6379
RESTART=always
VERSION=5.2.3-35
VERSION=5.3.0

View File

@ -22,7 +22,7 @@ services:
- ./scripts/backup.sh:/usr/local/bin/backup.sh:ro
zammad-elasticsearch:
image: bitnami/elasticsearch:8.5.0
image: bitnami/elasticsearch:8.5.1
restart: ${RESTART}
volumes:
- elasticsearch-data:/bitnami/elasticsearch/data
@ -61,7 +61,7 @@ services:
environment:
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASS}
image: postgres:15.0-alpine
image: postgres:15.1-alpine
restart: ${RESTART}
volumes:
- postgresql-data:/var/lib/postgresql/data
@ -81,7 +81,7 @@ services:
- zammad-data:/opt/zammad
zammad-redis:
image: redis:6.2.5-alpine
image: redis:7.0.5-alpine
restart: ${RESTART}
zammad-scheduler: