carga
This commit is contained in:
4
backend/run-docker-sql.sh
Normal file
4
backend/run-docker-sql.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
COMPOSE_FILE="-f docker-compose.databases.yml"
|
||||
export $(grep -v '^#' .env | xargs)
|
||||
docker compose $COMPOSE_FILE up $SERVICES_TO_COMPOSE_UP_SQL "$@"
|
||||
Reference in New Issue
Block a user