This commit is contained in:
Cryptoval Trading Technologies 2024-09-11 00:58:30 +00:00
parent 839e2023d2
commit e27acb4497
3 changed files with 12 additions and 0 deletions

4
run/restart.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
cd $(dirname ${0})
docker compose down && docker compose up -d --pull=always

4
run/start.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
cd $(dirname ${0})
docker compose up -d --pull=always

4
run/stop.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
cd $(dirname ${0})
docker compose down