#!/bin/bash

. $(dirname $0)/env.sh
docker network create -d bridge $NETWORK
$DOCKERCOMPOSE -f $COMPOSE up -d;