移除 多余的选项
This commit is contained in:
parent
57799069e0
commit
4850e4016e
@ -1,6 +1,6 @@
|
||||
[program:lae-default]
|
||||
process_name=%(program_name)s_%(process_num)02d
|
||||
command=docker run -i --rm --init --restart=always --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art queue:work --queue=default
|
||||
command=docker run -i --rm --init --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art queue:work --queue=default
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stopasgroup=true
|
||||
|
@ -1,6 +1,6 @@
|
||||
[program:lae-host-cost]
|
||||
process_name=%(program_name)s_%(process_num)02d
|
||||
command=docker run -i --rm --init --restart=always --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art queue:work --queue=host-cost
|
||||
command=docker run -i --rm --init --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art queue:work --queue=host-cost
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stopasgroup=true
|
||||
|
@ -1,6 +1,6 @@
|
||||
[program:lae-notifications]
|
||||
process_name=%(program_name)s_%(process_num)02d
|
||||
command=docker run -i --rm --init --restart=always --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art queue:work --queue=notifications
|
||||
command=docker run -i --rm --init --net=host -v /opt/lae:/opt/lae ccr.ccs.tencentyun.com/laecloud/cafe:latte art queue:work --queue=notifications
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stopasgroup=true
|
||||
|
Loading…
Reference in New Issue
Block a user