添加 快捷命令
This commit is contained in:
parent
a52a250031
commit
f710b70fff
6
bin/remove_all_cts.sh
Executable file
6
bin/remove_all_cts.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cts="lae lae_workers lae_worker lae_schedule lae_default_queue lae_cost_queue"
|
||||||
|
|
||||||
|
docker stop "$cts"
|
||||||
|
docker rm "$cts"
|
3
bin/start_cost_queue.sh
Executable file
3
bin/start_cost_queue.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker run -itd --name=lae_cost_queue --init --restart=always --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art queue:work --queue=host-cost
|
3
bin/start_default_queue.sh
Executable file
3
bin/start_default_queue.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker run -itd --name=lae_default_queue --init --restart=always --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art queue:work --queue=default
|
3
bin/start_schedule.sh
Executable file
3
bin/start_schedule.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker run -itd --name=lae_schedule --init --restart=always --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art schedule:work
|
3
bin/start_web.sh
Executable file
3
bin/start_web.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker run -itd --name=lae --init --restart=always --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art works
|
Loading…
Reference in New Issue
Block a user