Initial commit
Some checks failed
Build & Push Docker / build-and-push (push) Failing after 36s

This commit is contained in:
Aiden
2026-05-10 12:51:16 +10:00
parent 293513a6ce
commit 4e2b4aba25
7 changed files with 341 additions and 1 deletions

17
compose.yaml Normal file
View File

@@ -0,0 +1,17 @@
services:
open-stage-control:
build:
context: .
args:
OPEN_STAGE_CONTROL_VERSION: 1.30.3
ports:
- "8080:8080/tcp"
- "8080:8080/udp"
environment:
OSC_PORT: 8080
OSC_OSC_PORT: 8080
OSC_REMOTE_ROOT: /data
OSC_CACHE_DIR: /config
volumes:
- ./config:/config
- ./data:/data