#!/bin/bash ## reset clear ## set -e set -x ## docker compose -f database.yaml down --remove-orphans docker compose -f database.yaml up -d --build