adding reaper-web docker file config and compose

This commit is contained in:
2026-05-18 05:11:33 +00:00
Unverified
parent 55e4830e39
commit 00c2a1fe5d
18 changed files with 1284 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
while true; do
/opt/REAPER/reaper
sleep 1
done