Revert "Fix whisper compose healthcheck"
This reverts commit 93991dd685.
This commit is contained in:
+3
-1
@@ -1,3 +1,5 @@
|
||||
version: '3.9'
|
||||
|
||||
services:
|
||||
flynn:
|
||||
build: .
|
||||
@@ -53,7 +55,7 @@ services:
|
||||
volumes:
|
||||
- ./whisper-models:/app/models:ro
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/"]
|
||||
test: ["CMD-SHELL", "curl", "-f", "http://localhost:8080/"]
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
start_period: 15s
|
||||
|
||||
Reference in New Issue
Block a user