aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/config/custom-environment-variables.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/docker/production/config/custom-environment-variables.yaml')
-rw-r--r--support/docker/production/config/custom-environment-variables.yaml40
1 files changed, 40 insertions, 0 deletions
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml
new file mode 100644
index 000000000..5226e1742
--- /dev/null
+++ b/support/docker/production/config/custom-environment-variables.yaml
@@ -0,0 +1,40 @@
1webserver:
2 hostname: "PEERTUBE_HOSTNAME"
3 port:
4 __name: "PEERTUBE_PORT"
5 __format: "json"
6 https:
7 __name: "PEERTUBE_HTTPS"
8 __format: "json"
9
10database:
11 hostname: "PEERTUBE_DB_HOSTNAME"
12 port:
13 __name: "PEERTUBE_DB_PORT"
14 __format: "json"
15 suffix: "PEERTUBE_DB_SUFFIX"
16 username: "PEERTUBE_DB_USERNAME"
17 password: "PEERTUBE_DB_PASSWORD"
18
19redis:
20 hostname: "PEERTUBE_REDIS_HOSTNAME"
21 port:
22 __name: "PEERTUBE_REDIS_PORT"
23 __format: "json"
24 auth: "PEERTUBE_REDIS_AUTH"
25
26admin:
27 email: "PEERTUBE_ADMIN_EMAIL"
28
29signup:
30 enabled:
31 __name: "PEERTUBE_SIGNUP_ENABLED"
32 __format: "json"
33 limit:
34 __name: "PEETUBE_SIGNUP_LIMIT"
35 __format: "json"
36
37transcoding:
38 enabled:
39 __name: "PEERTUBE_TRANSCODING_ENABLED"
40 __format: "json"