-
Notifications
You must be signed in to change notification settings - Fork 240
/
Copy path.env.dist
83 lines (67 loc) · 2.69 KB
/
.env.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#############################################
# Docker Environment Variables
# https://docs.zammad.org/en/latest/install/docker-compose/environment.html
#############################################
#############################################
# docker-compose.yml - These variables only need to be set if they do not have the default value.
#############################################
# RESTART=always
# Use a fixed Zammad version rather than the default. If you do so,
# you are responsible to update this to newer patch level versions yourself.
# VERSION=6.5.0-15
# 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
# IMAGE_REPO=ghcr.io/zammad/zammad
# ELASTICSEARCH_VERSION=8.17.4
# MEMCACHE_SERVERS=zammad-memcached:11211
# MEMCACHE_VERSION=1.6.38-alpine
# REDIS_URL=redis://zammad-redis:6379
# REDIS_VERSION=7.4.2-alpine
# POSTGRES_VERSION=17.4-alpine
# RAILS_TRUSTED_PROXIES=
# ZAMMAD_HTTP_TYPE=
# ZAMMAD_FQDN=
# NGINX_PORT=8080
# NGINX_EXPOSE_PORT=8080
# NGINX_CLIENT_MAX_BODY_SIZE=50M
# POSTGRES_DB=zammad_production
# POSTGRES_PASS=zammad
# POSTGRES_USER=zammad
# POSTGRES_HOST=zammad-postgresql
# POSTGRES_PORT=5432
# POSTGRESQL_OPTIONS=?pool=50
# ELASTICSEARCH_SCHEMA=http
# ELASTICSEARCH_HOST=zammad-elasticsearch
# ELASTICSEARCH_PORT=9200
# ELASTICSEARCH_USER=elastic
# ELASTICSEARCH_PASS=zammad
# ELASTICSEARCH_NAMESPACE=zammad
# ELASTICSEARCH_REINDEX=true
# Variables used by ngingx-proxy container for reverse proxy creations,
# for docs refer to https://github.com/nginx-proxy/nginx-proxy.
# VIRTUAL_HOST=
# VIRTUAL_PORT=
# Variables used by acme-companion for retrieval of LetsEncrypt certificate,
# for docs refer to https://github.com/nginx-proxy/acme-companion.
# LETSENCRYPT_HOST=
# LETSENCRYPT_EMAIL=
#############################################
# scenarios/add-cloudflare-tunnel.yml
#############################################
# CLOUDFLARE_TUNNEL_TOKEN=mytoken
#############################################
# scenarios/add-external-network-to-nginx.yml
#############################################
# ZAMMAD_NGINX_EXTERNAL_NETWORK=mynetwork
#############################################
# scenarios/add-external-network-to-elasticsearch.yml
#############################################
# ZAMMAD_ELASTICSEARCH_EXTERNAL_NETWORK=mynetwork
#############################################
# scenarios/add-hostport-to-elasticsearch.yml
#############################################
# Defaults to 9200, set this if you need another value.
# ELASTICSEARCH_EXPOSE_HTTP_PORT=9200