#!/usr/bin/bash # # up.sh — docker compose lifecycle wrapper (framework entry point). # # This repo is infrastructure-as-code (scripts + configs), not a compose # stack; there is nothing to bring up. Kept so `make up` stays honest # across TSYSGroupAIOS-adopted projects. # set -euo pipefail echo "up.sh: no docker-compose stack in PFVCluster (infra repo). See AGENTS.md." exit 0