forked from CCCHH/ansible-infra
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:
parent
3840553f9d
commit
747e5b2d4c
3 changed files with 42 additions and 43 deletions
15
resources/chaosknoten/zammad/docker_compose/.env.j2
Normal file
15
resources/chaosknoten/zammad/docker_compose/.env.j2
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue