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