mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-26 15:02:52 -05:00
18 lines
260 B
YAML
18 lines
260 B
YAML
---
|
|
version: "3.7"
|
|
|
|
services:
|
|
ocis:
|
|
environment:
|
|
PROXY_ENABLE_BASIC_AUTH: "true"
|
|
|
|
oc10:
|
|
ports:
|
|
- 8080:8080
|
|
volumes:
|
|
- ./config/oc10/11-testing-app.sh:/etc/pre_server.d/11-testing-app.sh
|
|
|
|
openldap:
|
|
ports:
|
|
- 636:636
|