first stab at adding video

This commit is contained in:
2026-04-12 04:11:52 -04:00
parent 680c5b04cc
commit 2818b41004
37 changed files with 2982 additions and 24 deletions
+6
View File
@@ -6,8 +6,14 @@ services:
volumes:
# Cache models on the host so they survive container rebuilds
- huggingface-cache:/cache/huggingface
# LoRA adapters — drop .safetensors files into ./loras on the host,
# reference them from config.yml as /cache/loras/<file>.safetensors
- ./loras:/cache/loras
# Avatar images uploaded via the web UI persist between restarts
- ./avatars:/app/avatars
# Mount source so you can edit code/config without rebuilding the image
- ./config.yml:/app/config.yml:ro
- ./configs:/app/configs:ro
- ./server:/app/server:ro
- ./static:/app/static:ro
- ./run.py:/app/run.py:ro