zammad(host): change to .env configuration

Align the compose.yaml to upstreams v11.2.0 version.
This is a first step to hopefully then just use the upstreams version
directly and not vendor it.
This commit is contained in:
June 2025-10-24 22:15:48 +02:00
commit 747e5b2d4c
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
3 changed files with 42 additions and 43 deletions

View file

@ -0,0 +1,15 @@
ELASTICSEARCH_VERSION=8.19.4
IMAGE_REPO=ghcr.io/zammad/zammad
MEMCACHE_SERVERS=zammad-memcached:11211
MEMCACHE_VERSION=1.6-alpine
POSTGRES_DB=zammad_production
POSTGRES_PASS={{ secret__zammad_db_password }}
POSTGRES_USER=zammad
POSTGRES_HOST=zammad-postgresql
POSTGRES_PORT=5432
POSTGRES_VERSION=15-alpine
REDIS_URL=redis://zammad-redis:6379
REDIS_VERSION=7-alpine
RESTART=always
VERSION=6
NGINX_SERVER_SCHEME=https