Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa93450b3d | |||
| 4188dd7c7c |
@@ -43,7 +43,7 @@ echo "ActiveExchanges=${ActiveExchanges}"
|
|||||||
echo "AdminPort=${AdminPort}"
|
echo "AdminPort=${AdminPort}"
|
||||||
|
|
||||||
|
|
||||||
ImageName=risk_mgr
|
ImageName=executor
|
||||||
DockerRegistry=cloud21.cvtt.vpn:5500
|
DockerRegistry=cloud21.cvtt.vpn:5500
|
||||||
DockerImage=${DockerRegistry}/${ImageName}
|
DockerImage=${DockerRegistry}/${ImageName}
|
||||||
|
|
||||||
@@ -52,7 +52,7 @@ Cmd="${Cmd} --detach"
|
|||||||
Cmd="${Cmd} --restart=unless-stopped"
|
Cmd="${Cmd} --restart=unless-stopped"
|
||||||
Cmd="${Cmd} --pull=always"
|
Cmd="${Cmd} --pull=always"
|
||||||
Cmd="${Cmd} --network=host"
|
Cmd="${Cmd} --network=host"
|
||||||
Cmd="${Cmd} --name=${ImageName}.${Book}"
|
Cmd="${Cmd} --name=${ImageName}"
|
||||||
Cmd="${Cmd} --volume /home/cvtt/prod/logs:/logs"
|
Cmd="${Cmd} --volume /home/cvtt/prod/logs:/logs"
|
||||||
Cmd="${Cmd} ${DockerImage}"
|
Cmd="${Cmd} ${DockerImage}"
|
||||||
Cmd="${Cmd} ${args}"
|
Cmd="${Cmd} ${args}"
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
1.5.6,fix executor start
|
1.5.6F2,fix executor start
|
||||||
|
|||||||
Reference in New Issue
Block a user