mirror of
https://github.com/Tony0410/readlater.git
synced 2026-05-24 22:01:41 +08:00
Uses ghcr.io/remsky/kokoro-fastapi-cpu:v0.2.1 for high-quality TTS. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 lines
469 B
YAML
22 lines
469 B
YAML
services:
|
|
readlater:
|
|
build: .
|
|
container_name: readlater
|
|
restart: unless-stopped
|
|
ports:
|
|
- "6123:3000"
|
|
volumes:
|
|
- ./data:/app/data
|
|
environment:
|
|
- DATABASE_PATH=/app/data/readlater.db
|
|
|
|
# Kokoro TTS for high-quality text-to-speech
|
|
kokoro:
|
|
image: ghcr.io/remsky/kokoro-fastapi-cpu:v0.2.1
|
|
container_name: kokoro-tts
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8880:8880"
|
|
environment:
|
|
- PYTHONUNBUFFERED=1
|