TYPE=peertube DOMAIN=peertube.example.com # <= EDIT THIS LETS_ENCRYPT_ENV=production PEERTUBE_WEBSERVER_PORT=443 PEERTUBE_WEBSERVER_HTTPS=true PEERTUBE_ADMIN_EMAIL=admin@example.com # <= EDIT THIS PEERTUBE_SIGNUP_ENABLED=false PEERTUBE_TRANSCODING_ENABLED=true PEERTUBE_CONTACT_FORM_ENABLED=false SECRET_DB_PASSWORD_VERSION=v1 ## Webseed backend # # If no NGINX_WEBSEED option is enabled, videos will be served # via sendfile, from the the app_data docker volume. # If the proxy backend is enabled, nginx will proxy requests to # NGINX_WEBSEED_PROXY_URI and cache video data locally # #NGINX_WEBSEED_PROXY_ENABLED=1 #NGINX_WEBSEED_PROXY_URI=https://some-bucket.s3.api-endpoint.net # If the CDN backend is enabled, nginx will respond to webseed requests # with redirects to NGINX_WEBSEED_CDN_URI instead of sending video data # #NGINX_WEBSEED_CDN_ENABLED=1 #NGINX_WEBSEED_CDN_URI=https://some-bucket.some-cdn.net ## E-mail settings # <= EDIT ALL THIS #COMPOSE_FILE="compose.yml:compose.smtp.yml" #PEERTUBE_SMTP_ENABLED=1 #SECRET_SMTP_PASSWORD_VERSION=v1 #PEERTUBE_SMTP_USERNAME=foobar #PEERTUBE_SMTP_HOSTNAME=postfix_relay_app #PEERTUBE_SMTP_PORT=25 #PEERTUBE_SMTP_FROM=peertube@example.com #PEERTUBE_SMTP_TLS=false #PEERTUBE_SMTP_DISABLE_STARTTLS=true ## Live stream settings #COMPOSE_FILE="compose.yml:compose.rtmp.yml" ## Live chat settings #PEERTUBE_LIVE_CHAT_ENABLED=1 ## Healthcheck settings PEERTUBE_LOG_PING_REQUESTS=false