8e8e71bd6b
- Remove old Koa/Socket.IO server, replace with minimal ServiceRunner launcher - UI now connects directly to Go Core via SDK (HTTP + SSE), no middleware - Add GoEventBridge for SSE events and progress polling - Add Dockerfile and docker-compose for single-container deployment - Fix web mode adapter Proxy ownKeys for proper method enumeration - Fix auth flow: setupAuth now sets apiKey, App.tsx passes stored apiKey - Add error handling in download-form for getVideoFolders - Remove conversion.controller import (file was deleted) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
263 B
YAML
16 lines
263 B
YAML
services:
|
|
mediago:
|
|
build:
|
|
context: ..
|
|
dockerfile: mediago/Dockerfile
|
|
ports:
|
|
- "8899:8899"
|
|
volumes:
|
|
- mediago-data:/app/data
|
|
- mediago-logs:/app/logs
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
mediago-data:
|
|
mediago-logs:
|