-
Notifications
You must be signed in to change notification settings - Fork 15
/
demostate-portal-compose.yaml
50 lines (41 loc) · 1.56 KB
/
demostate-portal-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
42
43
44
45
46
47
48
49
50
#
# 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 runs all the containers involved in an OJB Portal demo
# To run: docker-compose -f demostate-portal-compose.yaml up -d
# Then navigate to: https://portal.ojbc.local/ojb-web-portal/
# User id / password is: demouser1 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
ojb-web-util:
container_name: tomcat
image: ojbc/ojb-web-util
ojb-web-portal:
container_name: ojb-web-portal
image: ojbc/ojb-web-portal
karaf-demostate:
container_name: karaf-demostate
image: ojbc/karaf-demostate