#!/bin/bash

if [ -z "$SUCCESS" ]; then
    docker-compose logs
fi

docker-down
