adding reaper docker
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
# reaper-web -
|
||||
services:
|
||||
reaper:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
REAPER_VERSION: "732"
|
||||
image: git.wompmacho.com/wompmacho/reaper-web:latest
|
||||
container_name: reaper-web
|
||||
privileged: true # Required for low-latency scheduling and /dev/snd access
|
||||
shm_size: "1gb" # Critical for GUI performance in KasmVNC
|
||||
@@ -15,13 +12,13 @@ services:
|
||||
- VNC_PASSWORD=${VNC_PASSWORD} # Managed via .env
|
||||
- PIPEWIRE_LATENCY=128/48000
|
||||
volumes:
|
||||
# Persistent REAPER configuration (keymaps, templates, etc.)
|
||||
- ${DATA_PATH}/config:/config
|
||||
# VST/CLAP/LV2 Plugins
|
||||
# Default REAPER configuration from image
|
||||
- ${APP_PATH}/config:/config
|
||||
# VST/CLAP/LV2 Plugins (Persistent)
|
||||
- ${DATA_PATH}/vst:/vst
|
||||
- ${DATA_PATH}/vst3:/usr/lib/vst3
|
||||
- ${DATA_PATH}/lv2:/usr/lib/lv2
|
||||
# Project files
|
||||
# Project files (Persistent)
|
||||
- ${DATA_PATH}/projects:/projects
|
||||
# Audio/MIDI Hardware Passthrough
|
||||
- /dev/snd:/dev/snd
|
||||
|
||||
Reference in New Issue
Block a user