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:2.1.0@sha256:25588472601c48269cb333afe4380c7a7b7d4e971005f01dd8bc31788b80e829
|
|
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
|