Skip to content

Commit 68a03bf

Browse files
remove netbox-housekeeping
The housekeeping script is gone starting on NetBox version 4.4.0. https://netboxlabs.com/docs/netbox/release-notes/version-4.4#v440-2025-09-02
1 parent 7db7332 commit 68a03bf

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docker-compose.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -147,20 +147,6 @@ services:
147147
interval: 15s
148148
test: "ps -aux | grep -v grep | grep -q rqworker || exit 1"
149149

150-
netbox-housekeeping:
151-
<<: *netbox
152-
container_name: netbox-housekeeping
153-
depends_on:
154-
netbox:
155-
condition: service_healthy
156-
command:
157-
- /opt/netbox/housekeeping.sh
158-
healthcheck:
159-
start_period: 20s
160-
timeout: 3s
161-
interval: 15s
162-
test: "ps -aux | grep -v grep | grep -q housekeeping || exit 1"
163-
164150
orchestrator-ui:
165151
container_name: orchestrator-ui
166152
image: ${ORCH_UI_TAG:-ghcr.io/workfloworchestrator/example-orchestrator-ui:latest}

0 commit comments

Comments
 (0)