Compare commits

..

1 commit

Author SHA1 Message Date
e017abe730 Update docker.io/library/postgres Docker tag to v18
All checks were successful
/ build (pull_request) Successful in 30s
/ Ansible Lint (push) Successful in 2m30s
/ Ansible Lint (pull_request) Successful in 4m16s
2026-08-04 16:46:16 +00:00

View file

@ -57,7 +57,7 @@ x-shared:
LETSENCRYPT_HOST:
LETSENCRYPT_EMAIL:
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-7.1.2}
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.3}
restart: ${RESTART:-always}
volumes:
- zammad-storage:/opt/zammad/storage
@ -76,7 +76,7 @@ services:
user: 0:0
zammad-elasticsearch:
image: elasticsearch:${ELASTICSEARCH_VERSION:-8.19.19}
image: elasticsearch:${ELASTICSEARCH_VERSION:-8.19.13}
restart: ${RESTART:-always}
volumes:
- elasticsearch-data:/usr/share/elasticsearch/data