mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Updated Peertube configuration
This commit is contained in:
@@ -28,6 +28,8 @@ services:
|
||||
volumes:
|
||||
- redis:/data
|
||||
restart: "always"
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
assets:
|
||||
database:
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user