Files
opencloud/deployments/examples/ocis_full/debug-collaboration-collabora.yml
2024-09-30 22:59:42 +02:00

10 lines
291 B
YAML

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