forked from waltermoreira/abaco
-
Notifications
You must be signed in to change notification settings - Fork 14
/
docker-compose-dashboard.yml
41 lines (38 loc) · 1.34 KB
/
docker-compose-dashboard.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
---
dashnginx:
image: nginx
volumes:
- ./dashboard/nginx/nginx.conf:/etc/nginx/nginx.conf
- ./dashboard/nginx/ssl/reactors.tacc.cloud.crt:/etc/ssl/abaco/reactors.tacc.cloud.crt
- ./dashboard/nginx/ssl/reactors.tacc.cloud.key:/etc/ssl/abaco/reactors.tacc.cloud.key
ports:
- "4080:80"
- "443:443"
django:
stdin_open: true
tty: true
image: abaco/dashboard
## hostname: reactors.tacc.cloud
ports:
- "8000:8000"
extra_hosts:
- "reactors.tacc.cloud:172.17.0.1"
volumes:
- ./dashboard/requests:/requests
environment:
# for TACC instance
# "AGAVE_CLIENT_KEY": "ReT0YKpfQPQLQVRXObTEgKtideka"
# "AGAVE_CLIENT_SECRET": "abaco_dash_dev client (jstubbs)"
# "AGAVE_BASE_URL": "https://api.tacc.utexas.edu"
# for SD2E instance
# "AGAVE_CLIENT_KEY": "ftYwvK5aYltAqePSJQGFp3NF1l8a"
# "AGAVE_CLIENT_SECRET":
# "AGAVE_BASE_URL": "https://api.sd2e.org"
# for use with develop instance (testshareuser):
"AGAVE_BASE_URL": "https://dev.tenants.develop.tacc.cloud"
"AGAVE_CLIENT_KEY": "SAUNHQmAefN_iLhatqVnzaMSkLca"
"AGAVE_CLIENT_SECRET": "vRFPvghS6WCJReBP1yG0PGgrFQ4a"
"JWT_HEADER": "X-Jwt-Assertion-Dev-Develop"
# "JWT_VALUE": ""
SENDGRID_USER:
SENDGRID_PASSWORD: