Last active
March 22, 2017 18:57
-
-
Save eriknelson/3c7b8c7b341b18929c6d18309ddb0d3f to your computer and use it in GitHub Desktop.
Demo Broker
This file contains hidden or 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
{ | |
"services": [ | |
{ | |
"name": "apb/wordpress-apb", | |
"id": "138afbe2-4e33-4faa-b6ae-2e8d61f2bf1f", | |
"description": "Website building", | |
"bindable": true, | |
"metadata": { | |
"parameters": null | |
}, | |
"plans": [ | |
{ | |
"id": "4c10ff42-be89-420a-9bab-27a9bef9aed8", | |
"name": "default", | |
"description": "Default plan", | |
"free": true | |
} | |
] | |
}, | |
{ | |
"name": "apb/drupal-apb", | |
"id": "507856c7-8e08-460c-a0b2-7d8af8c4318d", | |
"description": "Another website thing", | |
"bindable": false, | |
"metadata": { | |
"parameters": null | |
}, | |
"plans": [ | |
{ | |
"id": "4c10ff42-be89-420a-9bab-27a9bef9aed8", | |
"name": "default", | |
"description": "Default plan", | |
"free": true | |
} | |
] | |
}, | |
{ | |
"name": "apb/manage-iq-apb", | |
"id": "d3075f30-37c3-49ce-bc67-e57cee3c6482", | |
"description": "ManageIQ", | |
"bindable": false, | |
"metadata": { | |
"parameters": null | |
}, | |
"plans": [ | |
{ | |
"id": "4c10ff42-be89-420a-9bab-27a9bef9aed8", | |
"name": "default", | |
"description": "Default plan", | |
"free": true | |
} | |
] | |
}, | |
{ | |
"name": "apb/ghost-apb", | |
"id": "f819ddd5-37d1-4698-b3fb-a3cc99a35d2e", | |
"description": "Blogging and stuff", | |
"bindable": false, | |
"metadata": { | |
"parameters": null | |
}, | |
"plans": [ | |
{ | |
"id": "4c10ff42-be89-420a-9bab-27a9bef9aed8", | |
"name": "default", | |
"description": "Default plan", | |
"free": true | |
} | |
] | |
}, | |
{ | |
"name": "apb/etherpad-apb", | |
"id": "c9e3348c-b6fd-45d6-b2ba-a13b41f0b6e3", | |
"description": "Note taking web application", | |
"bindable": true, | |
"metadata": { | |
"parameters": null | |
}, | |
"plans": [ | |
{ | |
"id": "4c10ff42-be89-420a-9bab-27a9bef9aed8", | |
"name": "default", | |
"description": "Default plan", | |
"free": true | |
} | |
] | |
} | |
] | |
} |
This file contains hidden or 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
[ | |
{ | |
"name" : "apb/etherpad-apb", | |
"parameters" : null, | |
"async" : "optional", | |
"description" : "Note taking web application", | |
"bindable" : true, | |
"id" : "c9e3348c-b6fd-45d6-b2ba-a13b41f0b6e3" | |
}, | |
{ | |
"description" : "Website building", | |
"bindable" : true, | |
"id" : "138afbe2-4e33-4faa-b6ae-2e8d61f2bf1f", | |
"name" : "apb/wordpress-apb", | |
"parameters" : null, | |
"async" : "optional" | |
}, | |
{ | |
"description" : "Another website thing", | |
"bindable" : false, | |
"id" : "507856c7-8e08-460c-a0b2-7d8af8c4318d", | |
"name" : "apb/drupal-apb", | |
"parameters" : null, | |
"async" : "required" | |
}, | |
{ | |
"description" : "ManageIQ", | |
"bindable" : false, | |
"id" : "d3075f30-37c3-49ce-bc67-e57cee3c6482", | |
"name" : "apb/manage-iq-apb", | |
"parameters" : null, | |
"async" : "required" | |
}, | |
{ | |
"async" : "unsupported", | |
"parameters" : null, | |
"name" : "apb/ghost-apb", | |
"id" : "f819ddd5-37d1-4698-b3fb-a3cc99a35d2e", | |
"bindable" : false, | |
"description" : "Blogging and stuff" | |
} | |
] |
This file contains hidden or 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
docker run -it -p 1338:1338 \ | |
-e "APPS_URL=https://gist.githubusercontent.com/eriknelson/3c7b8c7b341b18929c6d18309ddb0d3f/raw/24239e0e1884396b509a0a252ebe464e5c645aa8/example_dat.json" \ | |
eriknelson/demo-broker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment