#!/usr/bin/env bash

set -exuo pipefail

command -v docker || exit 1

export UID=$(id -u)
export GID=$(id -g)

docker compose up --remove-orphans