Skip to content

Commit 2903a26

Browse files
authored
Merge pull request #55 from lnobrega-canarie/netbox-housekeeping
remove netbox-housekeeping
2 parents c352266 + 68a03bf commit 2903a26

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)