-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.dev.yml
More file actions
53 lines (50 loc) · 1.86 KB
/
Copy pathdocker-compose.dev.yml
File metadata and controls
53 lines (50 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
services:
analyzer:
image: short-video-analyzer-dev:latest
volumes:
- ./videos-dev:/workspace/videos
- ./output-dev:/workspace/output
- ./data-dev:/workspace/data
- ./scripts:/workspace/scripts:ro
environment:
HOT_VIDEO_REPORT_SCHEDULER_ENABLED: "0"
web:
image: short-video-analyzer-dev:latest
environment:
WEB_PORT: ${WEB_PORT:-4003}
LAN_HOST: ${LAN_HOST:-192.168.1.254}
REPORT_LAN_HOST: ${REPORT_LAN_HOST:-192.168.1.254}
REPORT_LAN_PORT: ${REPORT_LAN_PORT:-4003}
HOT_VIDEO_REPORT_SCHEDULER_ENABLED: "0"
SELLERSPRITE_REDIRECT_PORT: "0"
PROXY_REALITY_CORE: sing-box
PROXY_REALITY_DEFAULT_FINGERPRINT: safari
PROXY_SESSION_PREFLIGHT_MODE: connectivity
SING_BOX_CONFIG_PATH: /workspace/data/sing-box/config.json
SING_BOX_COMPOSE_PROJECT: short-video-analyzer-dev
volumes:
- ./videos-dev:/workspace/videos
- ./output-dev:/workspace/output
- ./data-dev:/workspace/data
- ${MCP_SHARED_TOOL_CACHE_DIR:-/home/openclaw/Video_analyzer/data/mcp_tool_cache_shared}:/workspace/shared-mcp-tool-cache
- ./scripts:/workspace/scripts:ro
- ${OCR_SHARED_DIR:-/home/openclaw/ocr-shared}:${OCR_SERVER_SHARED_DIR:-/home/openclaw/ocr-shared}
- /var/run/docker.sock:/var/run/docker.sock
sing-box:
image: short-video-analyzer-sing-box:1.13.14
build:
context: .
dockerfile: Dockerfile.sing-box
network: host
args:
HTTP_PROXY: ${SING_BOX_DOWNLOAD_PROXY:-http://127.0.0.1:7890}
HTTPS_PROXY: ${SING_BOX_DOWNLOAD_PROXY:-http://127.0.0.1:7890}
command: -D /var/lib/sing-box -C /etc/sing-box run
volumes:
- ./data-dev/sing-box:/etc/sing-box
network_mode: host
restart: unless-stopped
sellersprite-redirect:
image: short-video-analyzer-dev:latest
profiles:
- stable-redirect