@@ -0,0 +1,6 @@
+#!/bin/bash
+
+. $(dirname $0)/env.sh
+docker network create -d bridge $NETWORK
+$DOCKERCOMPOSE -f $COMPOSE up -d --build labkey-db;