aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-08 10:10:21 +0200
committerChocobozzz <me@florianbigard.com>2018-08-08 10:10:21 +0200
commite6a3b266f146169d15f3f8818b36ddf34945174b (patch)
treec845c1866e4d1306605470b77d69dd2f31990671
parentd1e5922379fa85377afec0ef7a8f1bcc070c3afb (diff)
downloadPeerTube-e6a3b266f146169d15f3f8818b36ddf34945174b.tar.gz
PeerTube-e6a3b266f146169d15f3f8818b36ddf34945174b.tar.zst
PeerTube-e6a3b266f146169d15f3f8818b36ddf34945174b.zip
Remove unnecessary env variables now we have a .env file
-rw-r--r--support/docker/production/docker-compose.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/support/docker/production/docker-compose.yml b/support/docker/production/docker-compose.yml
index 71e0ac6f7..5b8f5700a 100644
--- a/support/docker/production/docker-compose.yml
+++ b/support/docker/production/docker-compose.yml
@@ -21,25 +21,6 @@ services:
21 # context: . 21 # context: .
22 # dockerfile: ./support/docker/production/Dockerfile.stretch 22 # dockerfile: ./support/docker/production/Dockerfile.stretch
23 image: chocobozzz/peertube:production-stretch 23 image: chocobozzz/peertube:production-stretch
24 environment:
25 PEERTUBE_WEBSERVER_HOSTNAME: ${PEERTUBE_WEBSERVER_HOSTNAME}
26 PEERTUBE_WEBSERVER_PORT: ${PEERTUBE_WEBSERVER_PORT}
27 PEERTUBE_WEBSERVER_HTTPS: ${PEERTUBE_WEBSERVER_HTTPS}
28 PEERTUBE_DB_HOSTNAME: postgres
29 PEERTUBE_DB_USERNAME: ${DB_USERNAME}
30 PEERTUBE_DB_PASSWORD: ${DB_PASSWORD}
31 PEERTUBE_REDIS_HOSTNAME: redis
32 PEERTUBE_SMTP_USERNAME: ${PEERTUBE_SMTP_USERNAME}
33 PEERTUBE_SMTP_PASSWORD: ${PEERTUBE_SMTP_PASSWORD}
34 PEERTUBE_SMTP_HOSTNAME: ${PEERTUBE_SMTP_HOSTNAME}
35 PEERTUBE_SMTP_PORT: ${PEERTUBE_SMTP_PORT}
36 PEERTUBE_SMTP_FROM: ${PEERTUBE_SMTP_FROM}
37 PEERTUBE_SMTP_TLS: ${PEERTUBE_SMTP_TLS}
38 PEERTUBE_SMTP_DISABLE_STARTTLS: ${PEERTUBE_SMTP_DISABLE_STARTTLS}
39 PEERTUBE_ADMIN_EMAIL: ${PEERTUBE_ADMIN_EMAIL}
40 # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
41 # PEERTUBE_SIGNUP_ENABLED: ${PEERTUBE_SIGNUP_ENABLED}
42 # PEERTUBE_TRANSCODING_ENABLED: ${PEERTUBE_TRANSCODING_ENABLED}
43 # Traefik labels are suggested as an example for people using Traefik, 24 # Traefik labels are suggested as an example for people using Traefik,
44 # remove them if you are using another reverse proxy. 25 # remove them if you are using another reverse proxy.
45 labels: 26 labels: