make testing for the parallel deployment optional and introduce the basic auth option for all supported deployments
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user