manage.get.gov/ops/manifests/manifest-stable.yaml
Alysia Broddrick 3837c3ca21
updated files
2024-04-05 14:50:33 -07:00

34 lines
998 B
YAML

---
applications:
- name: getgov-stable
buildpacks:
- python_buildpack
path: ../../src
instances: 2
memory: 1G
stack: cflinuxfs4
timeout: 180
command: ./run.sh
health-check-type: http
health-check-http-endpoint: /health
health-check-invocation-timeout: 40
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
# Tell Django where it is being hosted
DJANGO_BASE_URL: https://manage.get.gov
# Tell Django how much stuff to log
DJANGO_LOG_LEVEL: INFO
# default public site location
GETGOV_PUBLIC_SITE_URL: https://get.gov
# Which OIDC provider to use
OIDC_ACTIVE_PROVIDER: login.gov production
# Flag to disable/enable features in prod environments
IS_PRODUCTION: True
routes:
- route: getgov-stable.app.cloud.gov
services:
- getgov-credentials
- getgov-stable-database