don't create the xos network if it already exists, fix db name

Change-Id: I1cdf0ab12c0eec96c205a63f02986b3d4ff2f64d
diff --git a/cord-pod/files/vtr_synchronizer_config b/cord-pod/files/vtr_synchronizer_config
index 223ab00..3d3209c 100644
--- a/cord-pod/files/vtr_synchronizer_config
+++ b/cord-pod/files/vtr_synchronizer_config
@@ -7,7 +7,7 @@
 name=xos
 user=postgres
 password=password
-host=localhost
+host=xos_db
 port=5432
 
 [api]