aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-07 10:51:44 +0200
committerChocobozzz <me@florianbigard.com>2018-05-07 10:51:44 +0200
commit13a6b53655cdd7baba494abc3c9ff52788d4651e (patch)
treebbf9a8e65e60e994e235896e5256f18b9c2a87d3 /support
parent920d2d2b4c5d9206671171a8a2aee233a7d5dab2 (diff)
downloadPeerTube-13a6b53655cdd7baba494abc3c9ff52788d4651e.tar.gz
PeerTube-13a6b53655cdd7baba494abc3c9ff52788d4651e.tar.zst
PeerTube-13a6b53655cdd7baba494abc3c9ff52788d4651e.zip
Preferably use the docker hub image
Diffstat (limited to 'support')
-rw-r--r--support/docker/production/docker-compose.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/support/docker/production/docker-compose.yml b/support/docker/production/docker-compose.yml
index a7bac47c2..ee1d29853 100644
--- a/support/docker/production/docker-compose.yml
+++ b/support/docker/production/docker-compose.yml
@@ -3,9 +3,10 @@ version: "3.3"
3services: 3services:
4 4
5 peertube: 5 peertube:
6 build: 6 # If you don't want to use the official image and build one from sources
7 context: . 7 # build:
8 dockerfile: ./support/docker/production/Dockerfile.stretch 8 # context: .
9 # dockerfile: ./support/docker/production/Dockerfile.stretch
9 image: chocobozzz/peertube:production-stretch 10 image: chocobozzz/peertube:production-stretch
10 environment: 11 environment:
11 PEERTUBE_HOSTNAME: my.domain.tld 12 PEERTUBE_HOSTNAME: my.domain.tld