Browse Source

Resolve "version control jitsi containers"

merge-requests/57/merge
Steven Foerster 5 years ago
parent
commit
e958b64283
  1. 8
      extra/jitsi-meet.yml

8
extra/jitsi-meet.yml

@ -3,7 +3,7 @@ version: '3'
services: services:
# Frontend # Frontend
jitsi-web: jitsi-web:
image: jitsi/web image: jitsi/web:stable-5142-3
restart: unless-stopped restart: unless-stopped
#ports: #ports:
#- '${HTTP_PORT}:80' #- '${HTTP_PORT}:80'
@ -111,7 +111,7 @@ services:
# XMPP server # XMPP server
jitsi-prosody: jitsi-prosody:
image: jitsi/prosody:latest image: jitsi/prosody:stable-5142-3
restart: unless-stopped restart: unless-stopped
expose: expose:
- '5222' - '5222'
@ -182,7 +182,7 @@ services:
# Focus component # Focus component
jitsi-jicofo: jitsi-jicofo:
image: jitsi/jicofo:latest image: jitsi/jicofo:stable-5142-3
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${CONFIG}/jicofo:/config:Z - ${CONFIG}/jicofo:/config:Z
@ -213,7 +213,7 @@ services:
# Video bridge # Video bridge
jitsi-jvb: jitsi-jvb:
image: jitsi/jvb:latest image: jitsi/jvb:stable-5142-3
restart: unless-stopped restart: unless-stopped
ports: ports:
- '${JVB_PORT}:${JVB_PORT}/udp' - '${JVB_PORT}:${JVB_PORT}/udp'

Loading…
Cancel
Save