More time for ARM64

This commit is contained in:
Tobias Genannt 2023-03-16 20:23:26 +01:00 committed by GitHub
parent d60513b30b
commit c2d620770f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ services:
volumes:
- ./test-configuration/logging.py:/etc/netbox/config/logging.py:z,ro
healthcheck:
start_period: 60s
start_period: 120s
timeout: 3s
interval: 15s
test: "curl -f http://localhost:8080/api/ || exit 1"
@ -25,7 +25,7 @@ services:
- /opt/netbox/netbox/manage.py
- rqworker
healthcheck:
start_period: 20s
start_period: 40s
timeout: 3s
interval: 15s
test: "ps -aux | grep -v grep | grep -q rqworker || exit 1"
@ -34,7 +34,7 @@ services:
command:
- /opt/netbox/housekeeping.sh
healthcheck:
start_period: 20s
start_period: 40s
timeout: 3s
interval: 15s
test: "ps -aux | grep -v grep | grep -q housekeeping || exit 1"