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