Browse Source

Adding buro links to see if they can reach db

Boris Aguilar 5 years ago
parent
commit
9fe3b31e41
1 changed files with 4 additions and 0 deletions
  1. 4 0
      buro/docker-compose.yml

+ 4 - 0
buro/docker-compose.yml

@@ -19,6 +19,8 @@ services:
           - "${WEB_PORT}:8080"
         networks:
           - botpronet
+        links:
+          - "db"
     buro-worker:
         environment:
             settings_backend_url: "${SETTINGS_BACKEND_URL}"
@@ -32,6 +34,8 @@ services:
         image: "hub.botprotec.com/botpro/botpro-bantrab-buro-worker:${VERSION_TAG}"
         networks:
             - botpronet
+        links:
+            - "db"
 
 networks:
   botpronet: