This commit is contained in:
Kar
2025-06-05 09:14:02 +00:00
parent 2d7b14e26e
commit b3ac3498fe

View File

@@ -2,7 +2,7 @@ services:
stt-app:
build: .
ports:
- "3000:3000"
- "5080:5080"
volumes:
- ./public:/app/public
- ./vosk-model:/app/vosk-model:ro
@@ -10,7 +10,7 @@ services:
- NODE_ENV=development
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3000"]
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:5080"]
interval: 30s
timeout: 10s
retries: 3