forked from usdoj-crt/crt-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest_staging.yaml
34 lines (34 loc) · 899 Bytes
/
manifest_staging.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
---
applications:
- name: crt-portal-django
routes:
- route: crt-portal-django-stage.app.cloud.gov
memory: 512M
instances: 2
env:
ENV: STAGE
FORM_AUTOCOMPLETE_OFF: True
AUTH_RELYING_PARTY_ID: "crt-portal-django-stage.app.cloud.gov"
AUTH_AUDIENCE: "microsoft:identityserver:crt-portal-django-stage.app.cloud.gov"
NEW_RELIC_CONFIG_FILE: /home/vcap/app/newrelic.ini
NEW_RELIC_ENVIRONMENT: staging
NEW_RELIC_APP_NAME: CRT PORTAL (stage)
NEW_RELIC_LOG: stdout
AV_SCAN_URL: http://clamav-rest-staging.apps.internal:9000/scan
buildpacks:
- https://github.com/cloudfoundry/apt-buildpack
- python_buildpack
services:
- crt-db
- crt-s3
- sso-creds
- VCAP_SERVICES
- name: clamav-rest
instances: 1
memory: 2G
env:
MAX_FILE_SIZE: 100M
docker:
image: ajilaag/clamav-rest:20201028
routes:
- route: clamav-rest-staging.apps.internal