File tree Expand file tree Collapse file tree 7 files changed +6
-9
lines changed Expand file tree Collapse file tree 7 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FORCE_REBUILD ?= 0
22JITSI_RELEASE ?= stable
33JITSI_BUILD ?= latest
44JITSI_REPO ?= jitsi
5- JITSI_SERVICES ?= base base-java web prosody jicofo jvb jigasi etherpad jibri turn
5+ JITSI_SERVICES ?= base base-java web prosody jicofo jvb jigasi jibri turn
66
77BUILD_ARGS := --build-arg JITSI_REPO=$(JITSI_REPO ) --build-arg JITSI_RELEASE=$(JITSI_RELEASE )
88ifeq ($(FORCE_REBUILD ) , 1)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3'
33services :
44 # Etherpad: real-time collaborative document editing
55 etherpad :
6- image : jitsi /etherpad:latest
6+ image : etherpad /etherpad:1.8.6
77 restart : ${RESTART_POLICY}
88 environment :
99 - TITLE="${ETHERPAD_TITLE}"
Original file line number Diff line number Diff line change 4545 && rm -rf /tmp/pkg /var/cache/apt
4646
4747RUN patch -d /usr/lib/prosody/modules/muc -p0 < /prosody-plugins/muc_owner_allow_kick.patch
48- RUN \
49- curl -4so /prosody-plugins/mod_turncredentials.lua \
50- https://raw.githubusercontent.com/netaskd/mod_turncredentials/master/mod_turncredentials.lua
5148
5249COPY rootfs/ /
5350
Original file line number Diff line number Diff line change @@ -186,4 +186,4 @@ turncredentials = {
186186 transport = " {{ .Env.TURN_TRANSPORT | default " tcp " }}"
187187 }
188188{{ end }}
189- {{ end }}
189+ {{ end }}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if [[ "$(stat -c %U /prosody-plugins-custom)" != "prosody" ]]; then
2626fi
2727
2828cp -r /defaults/* /config
29- if [[ "${TURN_ENABLE }" == "1" || "${TURN_ENABLE }" == "true" ]]; then
29+ if [[ "${ENABLE_TURN }" == "1" || "${ENABLE_TURN }" == "true" ]]; then
3030 [ -z "${GLOBAL_MODULES}" ] && export GLOBAL_MODULES="turncredentials" \
3131 || export GLOBAL_MODULES="${GLOBAL_MODULES},turncredentials"
3232fi
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ ENTRYPOINT ["/docker-entrypoint.sh"]
1111
1212VOLUME ["/config" ]
1313
14- EXPOSE 80 5349 8443 10000:11000/udp
14+ EXPOSE 80 5349 8443 10000:11000/udp
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ certbot --no-self-upgrade -n renew >> /config/le-renew.log
44
55# Not sur it reload the service ...
66/bin/kill -HUP ` cat /var/run/turnserver.pid 2> /dev/null` 2> /dev/null || true
7- exit 0
7+ exit 0
You can’t perform that action at this time.
0 commit comments