-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.yaml
More file actions
47 lines (43 loc) · 1.22 KB
/
compose.yaml
File metadata and controls
47 lines (43 loc) · 1.22 KB
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
services:
oracle:
extends:
file: deps.yaml
service: oracle
keycloak:
extends:
file: deps.yaml
service: keycloak
puppet:
extends:
file: deps.yaml
service: puppet
resize:
extends:
file: deps.yaml
service: resize
presenter:
hostname: presenter
container_name: presenter
ports:
- "8443:8443"
- "8080:8080"
- "9990:9990"
environment:
ORACLE_DATASOURCE: 'presenter'
ORACLE_SERVER: 'oracle:1521'
ORACLE_USER: 'PRESENTER_OWNER'
ORACLE_PASS: 'password'
ORACLE_SERVICE: 'xepdb1'
PUPPET_SHOW_SERVER_URL: 'http://puppet:3000'
BACKEND_SERVER_URL: 'http://presenter:8080'
FRONTEND_SERVER_URL: 'https://localhost:8443'
DTM_URL: 'https://ace.jlab.org/dtm'
BTM_URL: 'https://ace.jlab.org/btm'
RESIZE_URL: 'http://resize:8080/resize'
SRM_URL: 'https://ace.jlab.org/srm'
CALENDAR_URL: 'https://ace.jlab.org/calendar'
WORKMAP_URL: 'https://ace.jlab.org/workmap'
WEATHER_URL: 'https://accweb.acc.jlab.org/weather'
WHITEBOARD_URL: 'https://cebaf.jlab.org/files/ops/accboard/'
POWER_URL: 'https://ace.jlab.org/apps/meters-dashboard'
TZ: 'America/New_York'