manage.get.gov/ops/manifests/manifest-rjm.yaml
Logan McDonald d9d86fb8c0
Add new developer sandbox 'rjm' infrastructure (#566)
* Add new developer sandbox 'rjm' infrastructure

* fix conditional run

* revert change

* with correct syntax

* move to dependency

* fix typo

* try branches instead

* add push

* fix tab

* fix quote

* trying pr branch context again
2023-05-02 08:12:10 -07:00

27 lines
721 B
YAML

---
applications:
- name: getgov-rjm
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
# Tell Django where it is being hosted
DJANGO_BASE_URL: https://getgov-rjm.app.cloud.gov
# Tell Django how much stuff to log
DJANGO_LOG_LEVEL: INFO
routes:
- route: getgov-rjm.app.cloud.gov
services:
- getgov-credentials
- getgov-rjm-database