31 lines
No EOL
1.3 KiB
YAML
31 lines
No EOL
1.3 KiB
YAML
# Set this to true if you want to mount SAMBA volumes inside containers.
|
|
selinux_virt_use_samba: true
|
|
base_directory: "/peertube"
|
|
peertube:
|
|
# It will open ports 9000 and 1935. If you have the webserver on the same machine you should disable this.
|
|
open_firewall_ports: true
|
|
env_file: "environment_file"
|
|
backups_directory: "/peertube/backups"
|
|
image_name: "docker.io/chocobozzz/peertube:v7.0.1-bookworm"
|
|
data_directory: "/peertube/data"
|
|
config_directory: "/peertube/config"
|
|
environment:
|
|
# replace with: openssl rand -hex 32
|
|
secret: "cff9ea5880b72f16d426059e0f3182ca478c580304967f476f242e583b06173f"
|
|
db_user: "batman"
|
|
db_pass: "batman"
|
|
webserver:
|
|
hostname: "peertube-testing.local"
|
|
port: 80
|
|
tls: "false"
|
|
trust_proxy: '["127.0.0.1", "loopback", "192.168.0.0/24", "172.18.0.0/16", "10.0.0.0/16", "173.245.48.0/20", "103.21.244.0/22","103.22.200.0/22","103.31.4.0/22","141.101.64.0/18","108.162.192.0/18","190.93.240.0/20","188.114.96.0/20","197.234.240.0/22","198.41.128.0/17","162.158.0.0/15","104.16.0.0/13","104.24.0.0/14","172.64.0.0/13","131.0.72.0/22"]'
|
|
smtp:
|
|
user: ""
|
|
pass: ""
|
|
email: "no-reply@peertube.local"
|
|
hostname: "smtp.gmail.com"
|
|
postgres:
|
|
postgres_directory: "/peertube/postgres"
|
|
image_name: "docker.io/postgres:13-alpine"
|
|
redis:
|
|
image_name: "docker.io/redis:6-alpine" |