feat: add TurboOCR
This commit is contained in:
@@ -57,7 +57,7 @@ services:
|
||||
- NANOBOT_GATEWAY__PORT=${GATEWAY_PORT:-18790}
|
||||
command: ${NANOBOT_COMMAND:-gateway}
|
||||
healthcheck:
|
||||
test: [CMD, python, -c, import sys; sys.exit(0)]
|
||||
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:18790/')"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
@@ -13,7 +13,7 @@ x-defaults: &defaults
|
||||
services:
|
||||
openclaw-gateway:
|
||||
<<: *defaults
|
||||
image: ${GLOBAL_REGISTRY:-ghcr.io}/openclaw/openclaw:${OPENCLAW_VERSION:-2026.2.3}
|
||||
image: ${GLOBAL_REGISTRY:-ghcr.io/}openclaw/openclaw:${OPENCLAW_VERSION:-2026.2.3}
|
||||
environment:
|
||||
- TZ=${TZ:-UTC}
|
||||
- HOME=/home/node
|
||||
@@ -60,7 +60,8 @@ services:
|
||||
|
||||
openclaw-cli:
|
||||
<<: *defaults
|
||||
image: ${GLOBAL_REGISTRY:-ghcr.io}/openclaw/openclaw:${OPENCLAW_VERSION:-2026.2.3}
|
||||
restart: 'no'
|
||||
image: ${GLOBAL_REGISTRY:-ghcr.io/}openclaw/openclaw:${OPENCLAW_VERSION:-2026.2.3}
|
||||
environment:
|
||||
- TZ=${TZ:-UTC}
|
||||
- HOME=/home/node
|
||||
@@ -70,8 +71,8 @@ services:
|
||||
- CLAUDE_WEB_SESSION_KEY=${CLAUDE_WEB_SESSION_KEY:-}
|
||||
- CLAUDE_WEB_COOKIE=${CLAUDE_WEB_COOKIE:-}
|
||||
volumes:
|
||||
- moltbot_config:/home/node/.clawdbot
|
||||
- moltbot_workspace:/home/node/clawd
|
||||
- openclaw_config:/home/node/.openclaw
|
||||
- openclaw_workspace:/home/node/openclaw-workspace
|
||||
stdin_open: true
|
||||
tty: true
|
||||
entrypoint: [node, dist/index.js]
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
STIRLING_VERSION="latest"
|
||||
|
||||
# Port override
|
||||
PORT_OVERRIDE=8080
|
||||
STIRLING_PORT_OVERRIDE=8080
|
||||
|
||||
# Security settings
|
||||
ENABLE_SECURITY="false"
|
||||
|
||||
@@ -13,7 +13,7 @@ This service deploys Stirling-PDF, a locally hosted web-based PDF manipulation t
|
||||
| Variable Name | Description | Default Value |
|
||||
| -------------------- | ------------------------------------- | -------------- |
|
||||
| STIRLING_VERSION | Stirling-PDF image version | `latest` |
|
||||
| PORT_OVERRIDE | Host port mapping | `8080` |
|
||||
| STIRLING_PORT_OVERRIDE | Host port mapping | `8080` |
|
||||
| ENABLE_SECURITY | Enable security features | `false` |
|
||||
| ENABLE_LOGIN | Enable login functionality | `false` |
|
||||
| INITIAL_USERNAME | Initial admin username | `admin` |
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
| 变量名 | 说明 | 默认值 |
|
||||
| -------------------- | ---------------------- | -------------- |
|
||||
| STIRLING_VERSION | Stirling-PDF 镜像版本 | `latest` |
|
||||
| PORT_OVERRIDE | 主机端口映射 | `8080` |
|
||||
| STIRLING_PORT_OVERRIDE | 主机端口映射 | `8080` |
|
||||
| ENABLE_SECURITY | 启用安全功能 | `false` |
|
||||
| ENABLE_LOGIN | 启用登录功能 | `false` |
|
||||
| INITIAL_USERNAME | 初始管理员用户名 | `admin` |
|
||||
|
||||
@@ -11,7 +11,7 @@ services:
|
||||
<<: *defaults
|
||||
image: ${GLOBAL_REGISTRY:-}stirlingtools/stirling-pdf:${STIRLING_VERSION:-latest}
|
||||
ports:
|
||||
- '${PORT_OVERRIDE:-8080}:8080'
|
||||
- '${STIRLING_PORT_OVERRIDE:-8080}:8080'
|
||||
volumes:
|
||||
- stirling_trainingData:/usr/share/tessdata
|
||||
- stirling_configs:/configs
|
||||
|
||||
Reference in New Issue
Block a user