Files
opencloud/deployments/examples/opencloud_full/debug-collaboration-collabora.yml
2025-01-20 16:24:13 +01:00

10 lines
296 B
YAML

---
services:
collaboration:
command: [ "-c", "dlv --listen=:40000 --headless=true --continue --check-go-version=false --api-version=2 --accept-multiclient exec /usr/bin/opencloud collaboration server" ]
environment:
COLLABORATION_LOG_LEVEL: debug
ports:
- 40001:40000