#!/bin/bash echo "Preparing app..." docker network create app_network || true docker volume create mongo_data || true docker compose build