#!/usr/bin/env bash

WORK_DIR=$(dirname "$(dirname "$(readlink -f "$0")")")

pushd "$WORK_DIR" >/dev/null
docker compose up -d
popd >/dev/null
