#!/bin/bash set -e COMPOSE="docker-compose -f docker-compose-dev.yml" $COMPOSE up -d --force-recreate web nginx db