]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Cleanup docker configuration
authorChocobozzz <me@florianbigard.com>
Wed, 30 May 2018 06:39:44 +0000 (08:39 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 30 May 2018 06:39:44 +0000 (08:39 +0200)
support/docker/production/config/production.yaml
support/docker/production/docker-compose.yml

index 9c8f0c818761ff8e22e18783fa48a9da23a71d01..64fc9e82c6000f810a5795f12f67e55490b93b0c 100644 (file)
@@ -45,5 +45,3 @@ log:
 
 admin:
   email: null
-
-
index 32ee7511305882ed0278ae24f5b2b6b7b952030d..8144502e72ee2b3b8140f66b3574897f56647030 100644 (file)
@@ -25,12 +25,9 @@ services:
       PEERTUBE_WEBSERVER_HOSTNAME: my.domain.tld
       PEERTUBE_WEBSERVER_PORT: 443
       PEERTUBE_WEBSERVER_HTTPS: "true"
-      PEERTUBE_ADMIN_EMAIL: admin@domain.tld
       PEERTUBE_DB_HOSTNAME: postgres
       PEERTUBE_DB_USERNAME: postgres_user
       PEERTUBE_DB_PASSWORD: postgres_password
-      PEERTUBE_SIGNUP_ENABLED: "true"
-      PEERTUBE_TRANSCODING_ENABLED: "true"
       PEERTUBE_REDIS_HOSTNAME: redis
       PEERTUBE_SMTP_USERNAME: null
       PEERTUBE_SMTP_PASSWORD: null
@@ -38,6 +35,10 @@ services:
       PEERTUBE_SMTP_PORT: 25
       PEERTUBE_SMTP_FROM: noreply@peertube.domain.tld
       PEERTUBE_SMTP_TLS: "true"
+      # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
+      # PEERTUBE_ADMIN_EMAIL: admin@domain.tld
+      # PEERTUBE_SIGNUP_ENABLED: "true"
+      # PEERTUBE_TRANSCODING_ENABLED: "true"
     # Traefik labels are suggested as an example for people using Traefik,
     # remove them if you are using another reverse proxy.
     labels: