mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 00:12:16 +02:00
Add new developer sandbox 'jon' infrastructure
This commit is contained in:
parent
e6e69b237f
commit
d06af6f6d8
5 changed files with 31 additions and 0 deletions
27
ops/manifests/manifest-jon.yaml
Normal file
27
ops/manifests/manifest-jon.yaml
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
applications:
|
||||
- name: getgov-jon
|
||||
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-jon.app.cloud.gov
|
||||
# Tell Django how much stuff to log
|
||||
DJANGO_LOG_LEVEL: INFO
|
||||
routes:
|
||||
- route: getgov-jon.app.cloud.gov
|
||||
services:
|
||||
- getgov-credentials
|
||||
- getgov-jon-database
|
Loading…
Add table
Add a link
Reference in a new issue