aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/.env
diff options
context:
space:
mode:
Diffstat (limited to 'support/docker/production/.env')
-rw-r--r--support/docker/production/.env15
1 files changed, 15 insertions, 0 deletions
diff --git a/support/docker/production/.env b/support/docker/production/.env
new file mode 100644
index 000000000..06cc90b54
--- /dev/null
+++ b/support/docker/production/.env
@@ -0,0 +1,15 @@
1DB_USERNAME=postgres_user
2DB_PASSWORD=postgres_password
3PEERTUBE_WEBSERVER_HOSTNAME=my.domain.tld
4PEERTUBE_WEBSERVER_PORT=443
5PEERTUBE_WEBSERVER_HTTPS="true"
6PEERTUBE_REDIS_HOSTNAME=redis
7PEERTUBE_SMTP_USERNAME=null
8PEERTUBE_SMTP_PASSWORD=null
9PEERTUBE_SMTP_HOSTNAME=null
10PEERTUBE_SMTP_PORT=25
11PEERTUBE_SMTP_FROM=noreply@peertube.domain.tld
12PEERTUBE_SMTP_TLS="true"
13PEERTUBE_ADMIN_EMAIL=admin@domain.tld
14PEERTUBE_SIGNUP_ENABLED="true"
15PEERTUBE_TRANSCODING_ENABLED="true"