Add Docker deployment support
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
whisper-api:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: whisper-api-server
|
||||
ports:
|
||||
- "5042:5042"
|
||||
volumes:
|
||||
- ./config.docker.json:/app/config.docker.json:ro
|
||||
- ./logs:/app/logs
|
||||
- ./history:/app/history
|
||||
- ./models:/models
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user