[CORD-1541] Building the xos-tosca container

Change-Id: Ie1a27bb4606a511f5095a945e0be26623b563b96
diff --git a/src/web_server/main.py b/src/web_server/main.py
index aaf2c66..611d40e 100644
--- a/src/web_server/main.py
+++ b/src/web_server/main.py
@@ -40,4 +40,4 @@
         return d
 
     def __init__(self):
-        self.app.run('localhost', '9200')
\ No newline at end of file
+        self.app.run('0.0.0.0', '9102')
\ No newline at end of file
diff --git a/src/xos-tosca-config.yaml b/src/xos-tosca-config.yaml
index 6ed2b43..20ca069 100644
--- a/src/xos-tosca-config.yaml
+++ b/src/xos-tosca-config.yaml
@@ -1,3 +1,5 @@
+# NOTE in a deployment I'm overridden by platform install
+
 name: xos-tosca
 grpc:
   secure_endpoint: "xos-core.opencord.org:50051"