run-docker-sql.sh 160 B

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