Files
OSC-Docker/compose.yaml
Aiden 4e2b4aba25
Some checks failed
Build & Push Docker / build-and-push (push) Failing after 36s
Initial commit
2026-05-10 12:51:16 +10:00

18 lines
354 B
YAML

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