Compare commits

..

1 commit

Author SHA1 Message Date
c24e2febaf Update docker.io/pretix/standalone Docker tag to v2026.7
All checks were successful
/ build (pull_request) Successful in 31s
/ Ansible Lint (push) Successful in 2m30s
/ Ansible Lint (pull_request) Successful in 2m32s
2026-08-04 16:45:59 +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