forked from PredixDev/Predix-HelloWorld-WebApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yml
21 lines (19 loc) · 868 Bytes
/
manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
#
# A basic hello world application
# This application, and steps to deploy are described in full in the getting started guide on predix.io
# Step 1 is to change your application name, save, exit, and cf push
# Step 2 - After you have your application running you can bind to the services below as described on predix.io
applications:
- name: Predix-HelloWorld-WebApp-<YourAppName> # Step 1: Change your application name
buildpack: staticfile_buildpack
#path: dist
memory: 64M
stack: cflinuxfs2
# Step 2: Bind services and configure environment variables as described on predix.io
#services:
# - my_redis_instance # change this to your redis service instance name
# - my_viewsvc_instance # change this to your view service instance name
#env:
# UAA_SERVER_URL: <my-UAA-URL>
# REDIS: redis-<num>