aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'support/docker/production/docker-compose.yml')
-rw-r--r--support/docker/production/docker-compose.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/support/docker/production/docker-compose.yml b/support/docker/production/docker-compose.yml
index cf90b226f..13f75f222 100644
--- a/support/docker/production/docker-compose.yml
+++ b/support/docker/production/docker-compose.yml
@@ -2,7 +2,7 @@ version: "3.3"
2 2
3services: 3services:
4 4
5 # You can comment this webserver section if you want to use another webserver/proxy 5 # You can comment this webserver section if you want to use another webserver/proxy or test PeerTube in local
6 webserver: 6 webserver:
7 image: chocobozzz/peertube-webserver:latest 7 image: chocobozzz/peertube-webserver:latest
8 # If you don't want to use the official image and build one from sources: 8 # If you don't want to use the official image and build one from sources:
@@ -28,7 +28,7 @@ services:
28 - peertube 28 - peertube
29 restart: "always" 29 restart: "always"
30 30
31 # You can comment this certbot section if you want to use another webserver/proxy 31 # You can comment this certbot section if you want to use another webserver/proxy or test PeerTube in local
32 certbot: 32 certbot:
33 container_name: certbot 33 container_name: certbot
34 image: certbot/certbot 34 image: certbot/certbot
@@ -55,8 +55,8 @@ services:
55 - .env 55 - .env
56 56
57 ports: 57 ports:
58 - "1935:1935" # If you don't want to use the live feature, you can comment this line 58 - "1935:1935" # Comment if you don't want to use the live feature
59 # - "9000:9000" # If you provide your own webserver and reverse-proxy, otherwise not suitable for production 59 # - "9000:9000" # Uncomment if you use another webserver/proxy or test PeerTube in local, otherwise not suitable for production
60 volumes: 60 volumes:
61 - assets:/app/client/dist 61 - assets:/app/client/dist
62 - ./docker-volume/data:/data 62 - ./docker-volume/data:/data