mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 01:11:55 +02:00
23 lines
572 B
YAML
23 lines
572 B
YAML
---
|
|
applications:
|
|
- name: getgov-unstable
|
|
buildpacks:
|
|
- python_buildpack
|
|
path: ../../src
|
|
instances: 1
|
|
memory: 512M
|
|
stack: cflinuxfs3
|
|
timeout: 180
|
|
command: ./run.sh
|
|
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-unstable.app.cloud.gov
|
|
services:
|
|
- getgov-credentials
|
|
- getgov-unstable-database
|