Merge "Add proxy support"
authorDan Timoney <dtimoney@att.com>
Sat, 1 Jul 2017 23:07:51 +0000 (23:07 +0000)
committerGerrit Code Review <gerrit@onap.org>
Sat, 1 Jul 2017 23:07:51 +0000 (23:07 +0000)
Former-commit-id: cee38293eb9f404449769c75c9ad107f639d373b

installation/src/main/yaml/docker-compose.yml

index bb9acfb..d3af2df 100644 (file)
@@ -1,4 +1,4 @@
-version: '2'
+version: '2.1'
 
 networks:
   default:
@@ -38,6 +38,8 @@ services:
     environment:
       - MYSQL_ROOT_PASSWORD=openECOMP1.0
       - SDNC_CONFIG_DIR=/opt/openecomp/sdnc/data/properties
+    dns:
+      - ${DNS_IP_ADDR-10.0.100.1}
     logging:
       driver:   "json-file"
       options: