ansible-infra/resources/chaosknoten/zammad/docker_compose/.env.j2
June 747e5b2d4c
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.
2025-10-24 22:15:48 +02:00

15 lines
416 B
Django/Jinja

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