mirror of
https://github.com/stoatchat/service-zammad-docker-compose.git
synced 2026-07-01 20:44:18 -04:00
24 lines
864 B
Bash
24 lines
864 B
Bash
# ELASTICSEARCH_VERSION=8.15.2
|
|
# IMAGE_REPO=ghcr.io/zammad/zammad
|
|
# MEMCACHE_SERVERS=zammad-memcached:11211
|
|
# MEMCACHE_VERSION=1.6.31-alpine
|
|
# NGINX_PORT=8080
|
|
# NGINX_EXPOSE_PORT=8080
|
|
# POSTGRES_DB=zammad_production
|
|
# POSTGRES_PASS=zammad
|
|
# POSTGRES_USER=zammad
|
|
# POSTGRES_HOST=zammad-postgresql
|
|
# POSTGRES_PORT=5432
|
|
# POSTGRES_VERSION=15.8-alpine
|
|
# POSTGRESQL_OPTIONS=?pool=50
|
|
# REDIS_URL=redis://zammad-redis:6379
|
|
# REDIS_VERSION=7.4.0-alpine
|
|
# RESTART=always
|
|
# Use a fixed version. You are responsible to update this to newer patch level versions yourself.
|
|
# VERSION=6.3.1-185
|
|
# You can also use floating versions that will give you automatic updates:
|
|
# VERSION=6.2 # all patchlevel updates
|
|
# VERSION=6 # including minor updates
|
|
# VERSION=latest # all updates of stable versions, including major
|
|
# VERSION=develop # bleeding-edge development version
|