fix: restore fnos live recorder deployment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user