A community based topic aggregation platform built on atproto
1#!/bin/bash 2# Stop the test database 3 4echo "Stopping Coves test database..." 5docker-compose -f docker-compose.yml down 6 7echo "Test database stopped."