WIP: [UDP] bump version to 4.1 with livechat and plugins install enabled #21

Closed
njeudy wants to merge 1 commits from peertube-4.1-livechat_and_plugins into master
  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 ## Download target release
## ##
ENV PEERTUBE_RELEASE=v3.3.0
ENV PEERTUBE_RELEASE=v4.1.0
RUN apk add wget RUN apk add wget
@ -91,7 +91,10 @@ VOLUME /etc/peertube
EXPOSE 9000 EXPOSE 9000
RUN apk add nodejs npm 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 ## runtime deps
RUN apk add openssl RUN apk add openssl

2
peertube/build/docker-compose.yml

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

2
peertube/metadata.yml

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