Start integrating the onboarding flow with backend 16
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user