Skip to content

Commit

Permalink
Add missing docker env for object storage config
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Mar 7, 2023
1 parent aa8478f commit a3e5f7e
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ object_storage:

region: "PEERTUBE_OBJECT_STORAGE_REGION"

upload_acl:
public: "PEERTUBE_OBJECT_STORAGE_UPLOAD_ACL_PUBLIC"
private: "PEERTUBE_OBJECT_STORAGE_UPLOAD_ACL_PRIVATE"

proxy:
proxify_private_files:
__name: "PEERTUBE_OBJECT_STORAGE_PROXY_PROXIFY_PRIVATE_FILES"
__format: "json"

credentials:
access_key_id: "PEERTUBE_OBJECT_STORAGE_CREDENTIALS_ACCESS_KEY_ID"
secret_access_key: 'PEERTUBE_OBJECT_STORAGE_CREDENTIALS_SECRET_ACCESS_KEY'
Expand Down

0 comments on commit a3e5f7e

Please sign in to comment.