Updated Peertube configuration

This commit is contained in:
2022-11-21 12:01:25 +01:00
parent da7be49aad
commit 829525dec1
3 changed files with 32 additions and 3 deletions

View File

@@ -28,6 +28,8 @@ services:
volumes:
- redis:/data
restart: "always"
env_file:
- .env
volumes:
assets:
database:

View File

@@ -11,8 +11,6 @@ PEERTUBE_DB_HOSTNAME=database
PEERTUBE_WEBSERVER_HOSTNAME={{domain}}
PEERTUBE_WEBSERVER_PORT=9000
PEERTUBE_WEBSERVER_HTTPS=false
# If you need more than one IP as trust_proxy
# pass them as a comma separated array:
PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback"]
# E-mail configuration