Housekeeping

This commit is contained in:
Tobias Genannt
2025-08-05 08:06:22 +02:00
parent c49af09fa5
commit 67eff20f7d
5 changed files with 0 additions and 31 deletions

View File

@@ -31,18 +31,6 @@ services:
start_period: 20s
timeout: 3s
interval: 15s
netbox-housekeeping:
<<: *netbox
depends_on:
netbox:
condition: service_healthy
command:
- /opt/netbox/housekeeping.sh
healthcheck:
test: ps -aux | grep -v grep | grep -q housekeeping || exit 1
start_period: 20s
timeout: 3s
interval: 15s
# postgres
postgres: