Skip to content

Commit

Permalink
Prepare and destory ui container
Browse files Browse the repository at this point in the history
  • Loading branch information
cjackson authored and cjackson committed Sep 4, 2024
1 parent 0f99971 commit cfd6609
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,8 @@
[submodule "gsw/ait"]
path = gsw/ait
url = https://github.com/sphinxdefense/gsw-ait.git
branch = main
[submodule "gsw/ttc-command"]
path = gsw/ttc-command
url = https://github.com/sphinxdefense/ttc-command
branch = main
1 change: 1 addition & 0 deletions scripts/docker_stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ $DCALL ps --filter=name="sc_*" -aq | xargs $DCALL stop > /dev/null 2>&1 &
$DCALL ps --filter=name="nos_*" -aq | xargs $DCALL stop > /dev/null 2>&1 &
$DCALL ps --filter=name="ait*" -aq | xargs $DCALL stop > /dev/null 2>&1 &
$DCALL ps --filter=name="influxdb*" -aq | xargs $DCALL stop > /dev/null 2>&1 &
$DCALL ps --filter=name="ttc-command*" -aq | xargs $DCALL stop > /dev/null 2>&1 &
$DCALL ps --filter ancestor="ballaerospace/cosmos:4.5.0" -aq | xargs $DCALL stop > /dev/null 2>&1 &

# Intentionally wait to complete
Expand Down
5 changes: 5 additions & 0 deletions scripts/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ $DCALL image pull ghcr.io/sphinxdefense/gsw-ait:main
echo ""
echo ""

echo "Prepare ttc docker container..."
$DCALL image pull ghcr.io/sphinxdefense/ttc-command:main
echo ""
echo ""

echo "Prepare nos3 docker container..."
$DCALL image pull $DBOX
echo ""
Expand Down

0 comments on commit cfd6609

Please sign in to comment.