移除 多余的选项

This commit is contained in:
iVampireSP.com 2023-02-12 01:56:52 +08:00
parent 57799069e0
commit 4850e4016e
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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