소스 검색

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
BifbofII 1 년 전
부모
커밋
a198d56
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docker-compose.yml

+ 2 - 0
docker-compose.yml

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