This commit is contained in:
@@ -67,9 +67,8 @@ export COMPOSE_FILE="${SCRIPT_DIR}/compose.yaml"
|
|||||||
#------------------------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------------------------
|
||||||
title "Running tests"
|
title "Running tests"
|
||||||
|
|
||||||
# clear any existing containers.
|
docker stop sos-test || true
|
||||||
docker compose -f "${COMPOSE_FILE}" down
|
docker rm sos-test || true
|
||||||
docker compose -f "${COMPOSE_FILE}" rm -v
|
|
||||||
|
|
||||||
LOCALCONFIG=${LOCALCONFIG} docker compose -f "${COMPOSE_FILE}" up -d
|
LOCALCONFIG=${LOCALCONFIG} docker compose -f "${COMPOSE_FILE}" up -d
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user