-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdocker-compose.yml
executable file
·46 lines (43 loc) · 1.48 KB
/
docker-compose.yml
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
version: '2'
services:
smartClassApp:
container_name: smartClassApp
image: endimion13/eidas-gr-smartclass:0.4.7
network_mode: "host"
expose:
- 9090
ports:
- 9090:9090
environment:
- KEY=secret
- RASPBERRY_URL=http://test.com
- RASPBERRY_CLOSE_ROOM=closeroom
- AD_MICROSERV=http://localhost:8000
- LOGIN_URL=http://eideusmartclass.aegean.gr:9091/login
loginWebApp2:
container_name: loginWebApp
image: endimion13/eidas-gr-loginwebapp:3.5
ports:
- 9091:8090
environment:
- EIDAS_PROPERTIES=CurrentFamilyName,CurrentGivenName,DateOfBirth,PersonIdentifier
- SP_FAIL_PAGE=http://195.251.134.160:9090/eIDASSuccess
- SP_SUCCESS_PAGE=http://195.251.134.160:9090/eIDASSuccess
- SP_METADATA_URL=http://195.251.134.160:9091/metadata
- SP_RETURN_URL=http://195.251.134.160:9091/eidasResponse
- SP_LOGO=http://trc.aiest.org/wp-content/uploads/2013/04/university-of-the-aegean.png
- SP_CONFIG_REPOSITORY=/configEidas/
- SP_SECRET=secret
- AUTH_DURATION=1800
volumes:
- /configEidas:/configEidas
adMicroServ:
container_name: adMicroServ
image: endimion13/ad-micro-service:0.0.2
network_mode: "host"
expose:
- 8000
ports:
- 8000:8000
environment:
- KEY=secret