@echo off
setlocal
cd /d "%~dp0.."
docker compose -f infrastructure/docker/docker-compose.yml down
echo Infrastructure stopped.
