Skip to content
Snippets Groups Projects
Commit 8eb43896 authored by Bartek Wrona's avatar Bartek Wrona Committed by Bartek Wrona
Browse files

Added helper scripts to start/stop compose stack

parent e70513c9
No related branches found
No related tags found
1 merge request!1Add alternate testnet network with initminer access to the examples to improve user experience with testing
#! /bin/bash
set -e
SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
pushd "${SCRIPTPATH}"
docker compose up --remove-orphans --force-recreate $@
popd
#! /bin/bash
set -e
SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
pushd "${SCRIPTPATH}"
docker compose down -v --remove-orphans
popd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment