forked from usdoj-crt/crt-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest_prod.yaml
36 lines (36 loc) · 963 Bytes
/
manifest_prod.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
35
36
---
applications:
- name: crt-portal-django
routes:
- route: crt-portal-django-prod.app.cloud.gov
- route: civilrights.justice.gov
- route: www.civilrights.justice.gov
memory: 512M
instances: 4
env:
ENV: PRODUCTION
AUTH_RELYING_PARTY_ID: "crt-portal-django-prod.app.cloud.gov"
AUTH_AUDIENCE: "microsoft:identityserver:crt-portal-django-prod.app.cloud.gov"
NEW_RELIC_CONFIG_FILE: /home/vcap/app/newrelic.ini
NEW_RELIC_ENVIRONMENT: production
NEW_RELIC_APP_NAME: CRT PORTAL (prod)
NEW_RELIC_LOG: stdout
AV_SCAN_URL: http://clamav-rest-prod.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
SIGNATURE_CHECKS: 8
docker:
image: ajilaag/clamav-rest:20201028
routes:
- route: clamav-rest-prod.apps.internal