From 315f486ad168010d6a10950303dc8f404152eade Mon Sep 17 00:00:00 2001 From: LaV <17571692+lvenier@users.noreply.github.com> Date: Wed, 8 Oct 2025 13:58:51 +0200 Subject: [PATCH 1/2] Update supervisord.conf --- configuration/supervisord.conf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configuration/supervisord.conf b/configuration/supervisord.conf index 2150ba4..2414b7e 100644 --- a/configuration/supervisord.conf +++ b/configuration/supervisord.conf @@ -17,10 +17,3 @@ stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 - -[program:netbox-housekeeping] -command=/opt/netbox/housekeeping.sh -stderr_logfile=/dev/stderr -stderr_logfile_maxbytes=0 -stdout_logfile=/dev/stdout -stdout_logfile_maxbytes=0 From 3e6ecb55bb3e87584fe07b071306a3677a5fcea1 Mon Sep 17 00:00:00 2001 From: LaV <17571692+lvenier@users.noreply.github.com> Date: Wed, 8 Oct 2025 14:19:04 +0200 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c2c3fd..9a9ec25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,6 @@ COPY configuration/plugins.py /etc/netbox/config/plugins.py COPY configuration/supervisord.conf /etc/supervisor/conf.d/supervisord.conf COPY entrypoint.sh /opt/netbox/entrypoint.sh -LABEL internal_version="4.4.1.0" +LABEL internal_version="4.4.2.1" CMD ["/opt/netbox/entrypoint.sh"]