progress
This commit is contained in:
parent
0e726530ee
commit
e5448f2ab4
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd $(dirname ${0})
|
||||
docker compose down && docker compose up -d --pull=always
|
||||
docker compose down
|
||||
docker compose up -d --pull=always
|
||||
|
||||
13
run_relative_liquidity/docker-compose.yml
Normal file
13
run_relative_liquidity/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
version: "3.8"
|
||||
#==================================================
|
||||
services:
|
||||
relative_liquidity:
|
||||
image: cloud21.cvtt.vpn:5500/relative_liquidity:latest
|
||||
container_name: relative_liquidity_svc
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /home/cvtt/prod/data:/app/data
|
||||
- /home/cvtt/prod/logs:/logs
|
||||
ports:
|
||||
- 5678:5678
|
||||
|
||||
5
run_relative_liquidity/restart.sh
Executable file
5
run_relative_liquidity/restart.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd $(dirname ${0})
|
||||
docker compose down
|
||||
docker compose up -d --pull=always
|
||||
4
run_relative_liquidity/start.sh
Executable file
4
run_relative_liquidity/start.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd $(dirname ${0})
|
||||
docker compose up -d --pull=always
|
||||
4
run_relative_liquidity/stop.sh
Executable file
4
run_relative_liquidity/stop.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd $(dirname ${0})
|
||||
docker compose down
|
||||
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd $(dirname ${0})
|
||||
docker compose down && docker compose up -d --pull=always
|
||||
docker compose down
|
||||
docker compose up -d --pull=always
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user