This commit is contained in:
17
compose.yaml
Normal file
17
compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user