forked from usds/assessment-review-tool
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeployProd.yml
31 lines (31 loc) · 886 Bytes
/
deployProd.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
version: 1
applications:
- name: smeqa-rr
instances: 2
memory: 128MB
#health-check-type: http
#health-check-http-endpoint: /api/admin/health
env:
APP_ENV: production # this is used to point to different APIs/DBs/etc
AUTH_CALLBACK_URL_ROOT: https://smeqa-rr.app.cloud.gov
REDIRECT_URI: https://smeqa-rr.app.cloud.gov/login/auth
ISSUER_DISCOVER: https://secure.login.gov
NODE_ENV: production
OPTIMIZE_MEMORY: true
TZ: America/New_York
# These are purposefully blank, push directly to cloud foundry.
# CLIENT_ID:
# SESSION_KEY:
# ADMIN_TOKEN:
# LOGIN_KEY:
command: node server.js
type: nodejs
path: ./api/build
# properties:
# router:
# tracing:
# enable_zipkin: true
buildpack: nodejs_buildpack
stack: cflinuxfs4
services:
- smeqa-rr-db