#!/bin/bash docker network create app-network 2>/dev/null docker volume create mongo-data docker volume create uploads docker-compose build