compose: add jvb dependency to web container (#1739)

since web runs dig jvb on startup, if jvb isn't up yet, this can fail or point to a wrong ip, leading the colibri websocket connection to fail
pull/1744/head
BifbofII 9 months ago committed by GitHub
parent 5c5742b838
commit a198d56e06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docker-compose.yml

@ -174,6 +174,8 @@ services:
- WHITEBOARD_COLLAB_SERVER_PUBLIC_URL - WHITEBOARD_COLLAB_SERVER_PUBLIC_URL
networks: networks:
meet.jitsi: meet.jitsi:
depends_on:
- jvb
# XMPP server # XMPP server
prosody: prosody:

Loading…
Cancel
Save