This repository has been archived by the owner on May 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update README with support for IAM (#286)
Fixes: #285 Update the instructions to work with IAM
- Loading branch information
1 parent
ffb86af
commit b2eed33
Showing
4 changed files
with
635 additions
and
504 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,6 @@ | ||
--- | ||
declared-services: | ||
visual-recognition-service: | ||
label: watson_vision_combined | ||
plan: free | ||
applications: | ||
- name: visual-recognition-demo | ||
path: . | ||
command: npm start | ||
memory: 3000M | ||
instances: 5 | ||
services: | ||
- visual-recognition-service | ||
env: | ||
NODE_ENV: production | ||
memory: 768M |
Oops, something went wrong.