Ver código fonte

nginx: wait for JVB for proxy_pass lookup in config

Aaron van Meerten 3 anos atrás
pai
commit
ffac9f8824
1 arquivos alterados com 4 adições e 2 exclusões
  1. 4 2
      docker-compose.yml

+ 4 - 2
docker-compose.yml

@@ -3,7 +3,8 @@ version: '3'
 services:
     # Frontend
     web:
-        image: jitsi/web:latest
+#        image: jitsi/web:latest
+        build: ./web
         restart: ${RESTART_POLICY}
         ports:
             - '${HTTP_PORT}:80'
@@ -122,7 +123,8 @@ services:
             - XMPP_GUEST_DOMAIN
             - XMPP_MUC_DOMAIN
             - XMPP_RECORDER_DOMAIN
-            - XMPP_SERVER
+        depends_on:
+            - jvb
         networks:
             meet.jitsi: