fix: restore fnos live recorder deployment
Some checks failed
StoryForge CI / Baseline checks (push) Has been cancelled
StoryForge CI / Backend tests (push) Has been cancelled
StoryForge CI / Web tests (push) Has been cancelled

This commit is contained in:
kris
2026-04-06 08:55:56 +08:00
parent ec35927fa5
commit 4546c95e8c
5 changed files with 169 additions and 6 deletions

View File

@@ -32,7 +32,12 @@ services:
# 3. Poll GET /api/status-lite or /api/recordings
# 4. Read output via GET /api/downloads or /downloads/<path>
storyforge-live-recorder:
image: ihmily/douyin-live-recorder:latest
image: ${STORYFORGE_LIVE_RECORDER_IMAGE:-storyforge-live-recorder:fnos}
build:
context: ../../storyforge/live-recorder-source
dockerfile: Dockerfile.storyforge
args:
BASE_IMAGE: ${STORYFORGE_LIVE_RECORDER_BASE_IMAGE:-docker.m.daocloud.io/library/python:3.11-slim}
container_name: storyforge-live-recorder
restart: unless-stopped
tty: true