#!/bin/bash echo "Preparing application..." docker network create myapp-net docker volume create mysql-data echo "Preparation complete."