#!/bin/sh
set -e

DIR="$(cd "$(dirname "$0")" && pwd)"

# stop but don't remove containers, this is faster as localstack
# sometimes takes a long time to setup and teardown
docker-compose -f $DIR/docker-compose.yml stop
