From 6a4905602636afd6650c9e6f4d0fcc2105d91100 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 3 May 2023 15:17:11 +0200 Subject: Add TMP persistent directory To store files that must be preserved between peertube restarts --- support/docker/production/config/production.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'support/docker/production') diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml index f1d698580..e3f6247d8 100644 --- a/support/docker/production/config/production.yaml +++ b/support/docker/production/config/production.yaml @@ -44,6 +44,7 @@ redis: # From the project root directory storage: tmp: '../data/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... + tmp_persistent: '../data/tmp-persistent/' # As tmp but the directory is not cleaned up between PeerTube restarts bin: '../data/bin/' avatars: '../data/avatars/' videos: '../data/videos/' -- cgit v1.2.3