bun + hono + htmx service with sqlite, jellyfin/radarr/sonarr api clients, stream analyzer, ffmpeg command builder, ssh remote execution, setup wizard, scan with sse progress, review ui with inline edits, execute queue, remote node management, docker deployment Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
196 B
YAML
12 lines
196 B
YAML
services:
|
|
netfelix-audio-fix:
|
|
build: .
|
|
ports:
|
|
- "3000:3000"
|
|
volumes:
|
|
- ./data:/data
|
|
environment:
|
|
- DATA_DIR=/data
|
|
- PORT=3000
|
|
restart: unless-stopped
|