Start integrating the onboarding flow with backend 16

This commit is contained in:
Urtzi Alfaro
2025-09-07 23:16:49 +02:00
parent 4c5bc0b636
commit 54102f7f4b
3 changed files with 4 additions and 22 deletions

View File

@@ -799,7 +799,7 @@ services:
- ./services/inventory:/app
- ./shared:/app/shared
healthcheck:
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8000/health/')"]
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8000/health')"]
interval: 30s
timeout: 10s
retries: 3