aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/docker-compose.yml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-16 18:44:57 +0200
committerChocobozzz <me@florianbigard.com>2018-04-16 18:44:57 +0200
commit4aeb67a569b30a233dcff2eaf9c564d62ccd6497 (patch)
tree9851e0c0206e6d87ac23b50ec11d0f092ffd9594 /support/docker/production/docker-compose.yml
parent94ff4c2335ace54b36b2bca96f63226ee8f575b1 (diff)
downloadPeerTube-4aeb67a569b30a233dcff2eaf9c564d62ccd6497.tar.gz
PeerTube-4aeb67a569b30a233dcff2eaf9c564d62ccd6497.tar.zst
PeerTube-4aeb67a569b30a233dcff2eaf9c564d62ccd6497.zip
Improve dockerfile
Diffstat (limited to 'support/docker/production/docker-compose.yml')
-rw-r--r--support/docker/production/docker-compose.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/docker/production/docker-compose.yml b/support/docker/production/docker-compose.yml
index f273915b9..ac0a3543b 100644
--- a/support/docker/production/docker-compose.yml
+++ b/support/docker/production/docker-compose.yml
@@ -28,6 +28,9 @@ services:
28 traefik.enable: "true" 28 traefik.enable: "true"
29 traefik.frontend.rule: "Host:${PEERTUBE_HOSTNAME}" 29 traefik.frontend.rule: "Host:${PEERTUBE_HOSTNAME}"
30 traefik.port: "9000" 30 traefik.port: "9000"
31 # If you don't want to use a reverse proxy (not suitable for production!)
32 # ports:
33 # - "80:9000"
31 volumes: 34 volumes:
32 - ./data:/data 35 - ./data:/data
33 depends_on: 36 depends_on: