mail2couch/test/stop-test-env.sh

12 lines
239 B
Bash
Raw Permalink Normal View History

#!/bin/bash
# Stop test environment
cd "$(dirname "$0")"
echo "🛑 Stopping mail2couch test environment..."
# Stop and remove containers
podman-compose -f podman-compose.yml down -v
echo "✅ Test environment stopped and cleaned up!"