Files
opencloud/deployments/examples/opencloud_full/debug-opencloud.yml
2025-02-04 15:58:28 +01:00

8 lines
248 B
YAML

---
services:
opencloud:
command: [ "-c", "opencloud init || true; dlv --listen=:40000 --headless=true --continue --check-go-version=false --api-version=2 --accept-multiclient exec /usr/bin/opencloud server" ]
ports:
- 40000:40000