first stab at adding video
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user