Files
OSC-Docker/compose.yaml
Aiden 160e07dba1
All checks were successful
Build & Push Docker / build-and-push (push) Successful in 9s
readme update
2026-05-10 13:03:36 +10:00

15 lines
319 B
YAML

services:
open-stage-control:
image: git.f-40.com/aiden/osc-docker:latest
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