aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-01-07 11:18:47 +0100
committerChocobozzz <me@florianbigard.com>2021-01-07 11:18:47 +0100
commita461418320995943b2ac4066e8ef496946e70cd0 (patch)
tree690d9ff6dc77a7a669ef367f4a5802f5c8453c98
parentc0605e6e08358ddbdc409a3e3e8ac73e98dc8a40 (diff)
downloadPeerTube-a461418320995943b2ac4066e8ef496946e70cd0.tar.gz
PeerTube-a461418320995943b2ac4066e8ef496946e70cd0.tar.zst
PeerTube-a461418320995943b2ac4066e8ef496946e70cd0.zip
Support live port in docker compose
-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 e23f31c39..658833700 100644
--- a/support/docker/production/docker-compose.yml
+++ b/support/docker/production/docker-compose.yml
@@ -53,9 +53,10 @@ services:
53 ipv4_address: 172.18.0.42 53 ipv4_address: 172.18.0.42
54 env_file: 54 env_file:
55 - .env 55 - .env
56 # If you provide your own webserver and reverse-proxy, otherwise not suitable for production: 56
57 #ports: 57 ports:
58 # - "80:9000" # serving HTTP 58 - "1935:1935" # If you don't want to use the live feature, you can comment this line
59 # - "9000:9000" # If you provide your own webserver and reverse-proxy, otherwise not suitable for production
59 volumes: 60 volumes:
60 - assets:/app/client/dist 61 - assets:/app/client/dist
61 - ./docker-volume/data:/data 62 - ./docker-volume/data:/data