diff options
Diffstat (limited to 'support/docker')
-rw-r--r-- | support/docker/production/config/custom-environment-variables.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml index ce0f89d7b..1b474582a 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml | |||
@@ -45,6 +45,29 @@ smtp: | |||
45 | __format: "json" | 45 | __format: "json" |
46 | from_address: "PEERTUBE_SMTP_FROM" | 46 | from_address: "PEERTUBE_SMTP_FROM" |
47 | 47 | ||
48 | object_storage: | ||
49 | enabled: | ||
50 | __name: "PEERTUBE_OBJECT_STORAGE_ENABLED" | ||
51 | __format: "json" | ||
52 | |||
53 | endpoint: "PEERTUBE_OBJECT_STORAGE_ENDPOINT" | ||
54 | |||
55 | region: "PEERTUBE_OBJECT_STORAGE_REGION" | ||
56 | |||
57 | max_upload_part: | ||
58 | __name: "PEERTUBE_OBJECT_STORAGE_MAX_UPLOAD_PART" | ||
59 | __format: "json" | ||
60 | |||
61 | streaming_playlists: | ||
62 | bucket_name: "PEERTUBE_OBJECT_STORAGE_STREAMING_PLAYLISTS_BUCKET_NAME" | ||
63 | prefix: "PEERTUBE_OBJECT_STORAGE_STREAMING_PLAYLISTS_PREFIX" | ||
64 | base_url: "PEERTUBE_OBJECT_STORAGE_STREAMING_PLAYLISTS_BASE_URL" | ||
65 | |||
66 | videos: | ||
67 | bucket_name: "PEERTUBE_OBJECT_STORAGE_VIDEOS_BUCKET_NAME" | ||
68 | prefix: "PEERTUBE_OBJECT_STORAGE_VIDEOS_PREFIX" | ||
69 | base_url: "PEERTUBE_OBJECT_STORAGE_VIDEOS_BASE_URL" | ||
70 | |||
48 | log: | 71 | log: |
49 | level: "PEERTUBE_LOG_LEVEL" | 72 | level: "PEERTUBE_LOG_LEVEL" |
50 | log_ping_requests: | 73 | log_ping_requests: |