Browse Source

[UDP] bump version to 4.1 with livechat and plugins install enabled

pull/21/head
default 2 years ago
parent
commit
224cdfbd22
  1. 7
      peertube/build/Dockerfile
  2. 2
      peertube/build/docker-compose.yml
  3. 2
      peertube/metadata.yml

7
peertube/build/Dockerfile

@ -13,7 +13,7 @@ FROM common AS builder
## Download target release
##
ENV PEERTUBE_RELEASE=v3.3.0
ENV PEERTUBE_RELEASE=v4.1.0
RUN apk add wget
@ -91,7 +91,10 @@ VOLUME /etc/peertube
EXPOSE 9000
RUN apk add nodejs npm
## XXXnjeudy: needed for plugins install
RUN apk add yarn
## XXXnjeudy: needed for live chat plugin
RUN apk add prosody
## runtime deps
RUN apk add openssl

2
peertube/build/docker-compose.yml

@ -1,4 +1,4 @@
version: "3.3"
version: "4.1"
services:

2
peertube/metadata.yml

@ -147,4 +147,4 @@ uses:
# <Location />
# ProxyPass http://127.0.0.1:9000/
# </Location>
# </Location>
Loading…
Cancel
Save