aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker
diff options
context:
space:
mode:
authorkaiyou <pierre@jaury.eu>2018-08-26 11:16:16 +0200
committerRigel Kent <par@rigelk.eu>2018-08-26 11:16:16 +0200
commit6bd9f2f11da2ea998a3c4c533a8dd5c6a70eaf02 (patch)
tree8efc88a6c5e144bd452501c474ae87f685f474e8 /support/docker
parent2987c3d78bcc7e81a77d040b3121182eec8df15d (diff)
downloadPeerTube-6bd9f2f11da2ea998a3c4c533a8dd5c6a70eaf02.tar.gz
PeerTube-6bd9f2f11da2ea998a3c4c533a8dd5c6a70eaf02.tar.zst
PeerTube-6bd9f2f11da2ea998a3c4c533a8dd5c6a70eaf02.zip
(docker) add quota to the docker configuration values (#964)
Diffstat (limited to 'support/docker')
-rw-r--r--support/docker/production/config/custom-environment-variables.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml
index 2278b4e2e..1c732e2e0 100644
--- a/support/docker/production/config/custom-environment-variables.yaml
+++ b/support/docker/production/config/custom-environment-variables.yaml
@@ -38,6 +38,11 @@ smtp:
38 __format: "json" 38 __format: "json"
39 from_address: "PEERTUBE_SMTP_FROM" 39 from_address: "PEERTUBE_SMTP_FROM"
40 40
41user:
42 video_quota:
43 __name: "PEERTUBE_USER_VIDEO_QUOTA"
44 __format: "json"
45
41admin: 46admin:
42 email: "PEERTUBE_ADMIN_EMAIL" 47 email: "PEERTUBE_ADMIN_EMAIL"
43 48