diff --git a/Dockerfile b/Dockerfile index 9dc6e1c..863a4fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ARG VERSION ENV GAPIT_VERSION=${RELEASE} ENV SERVER_VERSION=${RELEASE} -ENV CLIENT_VERSION=3.2.0 +ENV CLIENT_VERSION=4.0.0 ENV WEBUI_VERSION=${RELEASE} ENV NGINX_WORKER_PROCESSES=1 diff --git a/config/templates/app/supervisord.conf.j2 b/config/templates/app/supervisord.conf.j2 index e2d4a28..9e3802b 100644 --- a/config/templates/app/supervisord.conf.j2 +++ b/config/templates/app/supervisord.conf.j2 @@ -40,3 +40,9 @@ autostart=true autorestart=true redirect_stderr=true {%- endif %} + +[program:housekeeping] +command= bash -c "sleep 10 && alerta housekeeping" +autostart=true +autorestart=true +redirect_stderr=true