mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Merge branch '1928-develop-new-page-templates-in-code-to-sit-behind-the-log-in' of https://github.com/GSA/notifications-admin into 1928-develop-new-page-templates-in-code-to-sit-behind-the-log-in
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
env: demo
|
env: demo
|
||||||
instances: 1
|
instances: 1
|
||||||
memory: 1G
|
memory: 1G
|
||||||
|
command: gunicorn -c /home/vcap/app/gunicorn_config.py application
|
||||||
public_admin_route: notify-demo.app.cloud.gov
|
public_admin_route: notify-demo.app.cloud.gov
|
||||||
cloud_dot_gov_route: notify-demo.app.cloud.gov
|
cloud_dot_gov_route: notify-demo.app.cloud.gov
|
||||||
redis_enabled: 1
|
redis_enabled: 1
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
env: production
|
env: production
|
||||||
instances: 2
|
instances: 2
|
||||||
memory: 1.5G
|
memory: 1.5G
|
||||||
|
command: gunicorn -c /home/vcap/app/gunicorn_config.py application
|
||||||
public_admin_route: beta.notify.gov
|
public_admin_route: beta.notify.gov
|
||||||
cloud_dot_gov_route: notify.app.cloud.gov
|
cloud_dot_gov_route: notify.app.cloud.gov
|
||||||
redis_enabled: 1
|
redis_enabled: 1
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
env: sandbox
|
env: sandbox
|
||||||
instances: 1
|
instances: 1
|
||||||
memory: 1G
|
memory: 1G
|
||||||
|
command: gunicorn -c /home/vcap/app/gunicorn_config.py application
|
||||||
public_admin_route: notify-sandbox.app.cloud.gov
|
public_admin_route: notify-sandbox.app.cloud.gov
|
||||||
cloud_dot_gov_route: notify-sandbox.app.cloud.gov
|
cloud_dot_gov_route: notify-sandbox.app.cloud.gov
|
||||||
redis_enabled: 1
|
redis_enabled: 1
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
env: staging
|
env: staging
|
||||||
instances: 1
|
instances: 1
|
||||||
memory: 1G
|
memory: 1G
|
||||||
|
command: gunicorn -c /home/vcap/app/gunicorn_config.py application
|
||||||
public_admin_route: notify-staging.app.cloud.gov
|
public_admin_route: notify-staging.app.cloud.gov
|
||||||
cloud_dot_gov_route: notify-staging.app.cloud.gov
|
cloud_dot_gov_route: notify-staging.app.cloud.gov
|
||||||
redis_enabled: 1
|
redis_enabled: 1
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ applications:
|
|||||||
stack: cflinuxfs4
|
stack: cflinuxfs4
|
||||||
instances: ((instances))
|
instances: ((instances))
|
||||||
memory: ((memory))
|
memory: ((memory))
|
||||||
command: newrelic-admin run-program gunicorn -c /home/vcap/app/gunicorn_config.py application
|
command: ((command))
|
||||||
health-check-type: port
|
health-check-type: port
|
||||||
health-check-invocation-timeout: 10
|
health-check-invocation-timeout: 10
|
||||||
routes:
|
routes:
|
||||||
|
|||||||
Reference in New Issue
Block a user