added iprep to the dashboard, fixed bugs

This commit is contained in:
Patrick Di Fazio
2026-01-10 20:00:33 +01:00
parent 77196952d1
commit c2dbcf588c
6 changed files with 112 additions and 55 deletions

View File

@@ -16,9 +16,3 @@ services:
environment:
- CONFIG_LOCATION=config.yaml
restart: unless-stopped
healthcheck:
test: ["CMD", "python3", "-c", "import requests; requests.get('http://localhost:5000')"]
interval: 30s
timeout: 5s
retries: 3
start_period: 10s