add: Docker image and compose for containerized deploy

Multi-stage build (cgo for the SQLite logger) on debian-slim with ffmpeg,
opus-tools, and ca-certificates bundled. Compose mounts ./data/config.yaml
and ./data/media; SIGTERM cancels in-flight encodes cleanly.
This commit is contained in:
Esa Kataja
2026-06-21 17:08:32 +03:00
parent 3170f3bbb5
commit ef52d7856c
3 changed files with 41 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
videnc-vibe
*.mkv
*.wav
*.opus
*.log
logs.db
*.json
/input
/output
/originals
/failed
/work
.git
MANUAL.html