master
Kar 2025-06-05 09:14:02 +00:00
parent 2d7b14e26e
commit b3ac3498fe
1 changed files with 2 additions and 2 deletions

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