Skip to content

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ericderegt committed May 2, 2018
1 parent ad14ae0 commit e0587ea
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
---
# This manifest deploys a Python Flask application with a ClearDB database
# This manifest deploys a Python Flask application with a Redis database
applications:
- name: nyu-order-service-s18
- name: nyu-order-service-spring2018-dev
memory: 64M
instances: 2
#random-route: true
host: nyu-order-service-s18
host: nyu-order-service-spring2018-dev
domain: mybluemix.net
path: .
disk_quota: 512M
buildpack: python_buildpack
services:
- ClearDB
- name: nyu-order-service-spring2018
memory: 64M
instances: 2
host: nyu-order-service-spring2018
domain: mybluemix.net
path: .
disk_quota: 512M
buildpack: python_buildpack
services:
- ClearDB-prod

0 comments on commit e0587ea

Please sign in to comment.