#!/bin/bash . $(dirname $0)/env.sh $DOCKERCOMPOSE -f $COMPOSE down; docker network rm $NETWORK;