10 lines
178 B
Bash
Executable File
10 lines
178 B
Bash
Executable File
#!/bin/sh
|
|
. ./fab/sh/constants.sh
|
|
|
|
set -x
|
|
docker compose \
|
|
-f fab/d/docker-compose.yaml \
|
|
--project-name ${REPO_NAME} \
|
|
--project-directory ${REPO_FOLDER} \
|
|
down
|