#!/bin/bash set -e git pull docker compose up --build -V -d --remove-orphans docker compose run --rm manage migrate --no-input