#!/usr/bin/env bash
# Stop the environment (keeps images, projects, and artifacts).
set -euo pipefail
cd "$(dirname "$0")"
docker compose down
