forked from vzvault/docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
analytics-opencpu-compose.yaml
41 lines (35 loc) · 1.48 KB
/
analytics-opencpu-compose.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# Unless explicitly acquired and licensed from Licensor under another license, the contents of
# this file are subject to the Reciprocal Public License ("RPL") Version 1.5, or subsequent
# versions as allowed by the RPL, and You may not copy or use this file in either source code
# or executable form, except in compliance with the terms and conditions of the RPL
#
# All software distributed under the RPL is provided strictly on an "AS IS" basis, WITHOUT
# WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND LICENSOR HEREBY DISCLAIMS ALL SUCH
# WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
# PARTICULAR PURPOSE, QUIET ENJOYMENT, OR NON-INFRINGEMENT. See the RPL for specific language
# governing rights and limitations under the RPL.
#
# http://opensource.org/licenses/RPL-1.5
#
# Copyright 2012-2016 Open Justice Broker Consortium
#
# Docker Compose file that creates Analytics Opencpu environment
# To run: docker-compose -f analytics-opencpu-compose.yaml up -d
# Then visit https://portal.ojbc.local/ocpu/library/OJBDashboardDemo/www/index.html
# You will prompted for a userid/password and can enter: demouser1 and password
apacheds:
container_name: apacheds
image: ojbc/apacheds
idp:
container_name: idp
image: ojbc/idp
samlds:
container_name: samlds
image: ojbc/samlds
portal:
container_name: portal
image: ojbc/portal
analytics-opencpu-demo:
container_name: analytics-opencpu-demo
image: ojbc/analytics-opencpu-demo