mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 19:59:37 -06:00
10 lines
299 B
YAML
10 lines
299 B
YAML
---
|
|
services:
|
|
|
|
collaboration-oo:
|
|
command: [ "-c", "dlv --listen=:40002 --headless=true --continue --check-go-version=false --api-version=2 --accept-multiclient exec /usr/bin/opencloud collaboration server" ]
|
|
environment:
|
|
COLLABORATION_LOG_LEVEL: debug
|
|
ports:
|
|
- 40002:40002
|