Nokia: Putting in support for metro network services within XOS for E-CORD
Change-Id: I3db15d55eb5e536eac647364dc505627a4a32bdf
diff --git a/metronetwork/docker-compose-bootstrap.yml.devel b/metronetwork/docker-compose-bootstrap.yml.devel
new file mode 100644
index 0000000..ca25483
--- /dev/null
+++ b/metronetwork/docker-compose-bootstrap.yml.devel
@@ -0,0 +1,11 @@
+# Use this version if you will be starting the Python interpreters from the command line - or in the debugger
+# Meant for development only. Starts the PostGres DB in a Docker container with a port that can be accessed
+# from outside of Docker.
+
+xos_db:
+ image: xosproject/xos-postgres
+ expose:
+ - "5432"
+ # Show this port externally so we can access it outside of containers
+ ports:
+ - "5432:5432"