# Database / Postgres service configuration POSTGRES_USER=eZauph1d POSTGRES_PASSWORD=YouRo2oh # Postgres database name "peertube" POSTGRES_DB=peertube # Editable only with a suffix : #POSTGRES_DB=peertube_prod #PEERTUBE_DB_SUFFIX=_prod PEERTUBE_DB_USERNAME=eZauph1d PEERTUBE_DB_PASSWORD=YouRo2oh PEERTUBE_DB_SSL=false # Default to Postgres service name "postgres" in docker-compose.yml PEERTUBE_DB_HOSTNAME=postgres # Server configuration PEERTUBE_WEBSERVER_HOSTNAME=peertube.3peaks.re # If you do not use https and a reverse-proxy in docker-compose.yml #PEERTUBE_WEBSERVER_PORT=80 #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", "172.18.0.0/16", "172.36.0.0/16"] # E-mail configuration # If you use a Custom SMTP server PEERTUBE_SMTP_USERNAME=user@example.com PEERTUBE_SMTP_PASSWORD=example_password PEERTUBE_SMTP_HOSTNAME=smtp.example.com PEERTUBE_SMTP_PORT=587 PEERTUBE_SMTP_FROM=user@example.com PEERTUBE_SMTP_TLS=false PEERTUBE_SMTP_DISABLE_STARTTLS=false PEERTUBE_ADMIN_EMAIL=user@example.com