There was an error while loading. Please reload this page.
1 parent f6cff25 commit d86d02aCopy full SHA for d86d02a
1 file changed
compose.yaml
@@ -6,7 +6,11 @@ services:
6
ports:
7
- "8000:8000"
8
healthcheck:
9
- test: python -c 'import httpx; httpx.get("http://localhost:8000/status").raise_for_status()' || exit 1
+ test:
10
+ - CMD
11
+ - python
12
+ - -c
13
+ - import httpx; httpx.get("http://localhost:8000/status").raise_for_status()
14
start_period: 5s
15
interval: 5s
16
retries: 12
0 commit comments