From 4850e4016ea2f2af336b0c8507a9d19942b360f0 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Sun, 12 Feb 2023 01:56:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervisor/lae-default.conf | 2 +- supervisor/lae-host-cost.conf | 2 +- supervisor/lae-notifications.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/supervisor/lae-default.conf b/supervisor/lae-default.conf index f1bc9d2..472d6e2 100644 --- a/supervisor/lae-default.conf +++ b/supervisor/lae-default.conf @@ -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 diff --git a/supervisor/lae-host-cost.conf b/supervisor/lae-host-cost.conf index 16c648e..311912f 100644 --- a/supervisor/lae-host-cost.conf +++ b/supervisor/lae-host-cost.conf @@ -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 diff --git a/supervisor/lae-notifications.conf b/supervisor/lae-notifications.conf index be6bf58..a6db3e7 100644 --- a/supervisor/lae-notifications.conf +++ b/supervisor/lae-notifications.conf @@ -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