]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - support/docker/production/config/custom-environment-variables.yaml
Add production Alpine and Debian Stretch Docker images (#225)
[github/Chocobozzz/PeerTube.git] / support / docker / production / config / custom-environment-variables.yaml
1 webserver:
2 hostname: "PEERTUBE_HOSTNAME"
3 port:
4 __name: "PEERTUBE_PORT"
5 __format: "json"
6 https:
7 __name: "PEERTUBE_HTTPS"
8 __format: "json"
9
10 database:
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
19 redis:
20 hostname: "PEERTUBE_REDIS_HOSTNAME"
21 port:
22 __name: "PEERTUBE_REDIS_PORT"
23 __format: "json"
24 auth: "PEERTUBE_REDIS_AUTH"
25
26 admin:
27 email: "PEERTUBE_ADMIN_EMAIL"
28
29 signup:
30 enabled:
31 __name: "PEERTUBE_SIGNUP_ENABLED"
32 __format: "json"
33 limit:
34 __name: "PEETUBE_SIGNUP_LIMIT"
35 __format: "json"
36
37 transcoding:
38 enabled:
39 __name: "PEERTUBE_TRANSCODING_ENABLED"
40 __format: "json"