aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker
diff options
context:
space:
mode:
Diffstat (limited to 'support/docker')
-rw-r--r--support/docker/production/config/custom-environment-variables.yaml1
-rw-r--r--support/docker/production/config/production.yaml2
2 files changed, 2 insertions, 1 deletions
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml
index 0ed060bbf..ce0f89d7b 100644
--- a/support/docker/production/config/custom-environment-variables.yaml
+++ b/support/docker/production/config/custom-environment-variables.yaml
@@ -46,6 +46,7 @@ smtp:
46 from_address: "PEERTUBE_SMTP_FROM" 46 from_address: "PEERTUBE_SMTP_FROM"
47 47
48log: 48log:
49 level: "PEERTUBE_LOG_LEVEL"
49 log_ping_requests: 50 log_ping_requests:
50 __name: "PEERTUBE_LOG_PING_REQUESTS" 51 __name: "PEERTUBE_LOG_PING_REQUESTS"
51 __format: "json" 52 __format: "json"
diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml
index 5cb39e268..8c8f8d6bc 100644
--- a/support/docker/production/config/production.yaml
+++ b/support/docker/production/config/production.yaml
@@ -43,7 +43,7 @@ redis:
43 43
44# From the project root directory 44# From the project root directory
45storage: 45storage:
46 tmp: '../data/tmp/' 46 tmp: '../data/tmp/' # Use to download data (imports etc), store uploaded files before and during processing...
47 avatars: '../data/avatars/' 47 avatars: '../data/avatars/'
48 videos: '../data/videos/' 48 videos: '../data/videos/'
49 streaming_playlists: '../data/streaming-playlists' 49 streaming_playlists: '../data/streaming-playlists'