Merge branch 'main' into ik/setup-uswds

This commit is contained in:
igorkorenfeld 2022-09-12 18:22:14 -04:00
commit 0561d1f0ae
No known key found for this signature in database
GPG key ID: 826947A4B867F659
23 changed files with 552 additions and 101 deletions

View file

@ -0,0 +1,23 @@
---
applications:
- name: getgov-staging
buildpacks:
- python_buildpack
path: ../../src
instances: 1
memory: 512M
stack: cflinuxfs3
timeout: 180
command: gunicorn registrar.config.wsgi -t 60
health-check-type: http
health-check-http-endpoint: /health
env:
# Send stdout and stderr straight to the terminal without buffering
PYTHONUNBUFFERED: yup
# Tell Django where to find its configuration
DJANGO_SETTINGS_MODULE: registrar.config.settings
routes:
- route: getgov-staging.app.cloud.gov
services:
- getgov-credentials
- getgov-staging-database