zammad(host): move to latest upstream compose file version (v14.1.1)
It hopefully fixes bugs we had in the past, so removing the workarounds and it also comes with default values now, so removing all variables set to those defaults.
This commit is contained in:
parent
747e5b2d4c
commit
df32e1cac8
2 changed files with 57 additions and 64 deletions
|
|
@ -1,15 +1,4 @@
|
|||
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