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: stt-app:
build: . build: .
ports: ports:
- "3000:3000" - "5080:5080"
volumes: volumes:
- ./public:/app/public - ./public:/app/public
- ./vosk-model:/app/vosk-model:ro - ./vosk-model:/app/vosk-model:ro
@ -10,7 +10,7 @@ services:
- NODE_ENV=development - NODE_ENV=development
restart: unless-stopped restart: unless-stopped
healthcheck: 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 interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3