exit-docker-sql.sh 162 B

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