diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-03 15:17:11 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-05-09 08:57:34 +0200 |
commit | 6a4905602636afd6650c9e6f4d0fcc2105d91100 (patch) | |
tree | 1a6ffa4239f62bffa2e6e328ea61a52a65d58d35 /support/docker | |
parent | 3a0c2a77b1a6626699514ddaf8135f4397175443 (diff) | |
download | PeerTube-6a4905602636afd6650c9e6f4d0fcc2105d91100.tar.gz PeerTube-6a4905602636afd6650c9e6f4d0fcc2105d91100.tar.zst PeerTube-6a4905602636afd6650c9e6f4d0fcc2105d91100.zip |
Add TMP persistent directory
To store files that must be preserved between peertube restarts
Diffstat (limited to 'support/docker')
-rw-r--r-- | support/docker/production/config/production.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
44 | # From the project root directory | 44 | # From the project root directory |
45 | storage: | 45 | storage: |
46 | tmp: '../data/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... | 46 | tmp: '../data/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... |
47 | tmp_persistent: '../data/tmp-persistent/' # As tmp but the directory is not cleaned up between PeerTube restarts | ||
47 | bin: '../data/bin/' | 48 | bin: '../data/bin/' |
48 | avatars: '../data/avatars/' | 49 | avatars: '../data/avatars/' |
49 | videos: '../data/videos/' | 50 | videos: '../data/videos/' |