#!/bin/bash set -e cd "$(dirname "$0")/.." echo "Stopping Immich containers and destroying volumes..." podman compose -f docker/podman-compose.yml down -v # Clean up state files rm -f .env.test .seeded echo "Immich stopped and cleaned up."