Files
codatendechat/backend/exit-docker-sql.sh
2025-04-30 13:14:27 -06:00

5 lines
162 B
Bash

#!/bin/bash
COMPOSE_FILE="-f docker-compose.databases.yml"
export $(grep -v '^#' .env | xargs)
docker compose $COMPOSE_FILE down $SERVICES_TO_COMPOSE_UP_SQL "$@"