mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-02 11:10:47 -05:00
We agreed to move the 'opencloud_full' example to a new directory to avoid confusion with the supported compose examples in opencloud-compose. This commit keeps the bare-metal example in place as that is still mentioned in the documentation.
10 lines
296 B
YAML
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
|