17 lines
538 B
YAML
17 lines
538 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: openreader_web_1
|
|
APP_PORT: 3003
|
|
|
|
web:
|
|
image: ghcr.io/richardr1126/openreader-webui:0.3.2@sha256:515b1ca896e10f5ed3a3c4aa7f27c776fd32d0a9b81d46dedc37071cab3345ef
|
|
user: "1000:1000"
|
|
environment:
|
|
- API_BASE=http://kokoro_web_1:8880/v1 #Set the TTS API_BASE URL and/or API_KEY as the default for all devices. These values can also be overridden in the UI.
|
|
restart: on-failure
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/docstore:/app/docstore
|