Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to swarm mode #44

Merged
merged 9 commits into from
May 19, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Changes for moving to swarm mode
  • Loading branch information
Toshbrown committed May 16, 2017
commit 971b8a60982cf4773dc5edfb7aeb3147b1d3a7a9
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ LABEL databox.type="container-manager"
EXPOSE 8989

CMD ["npm", "start"]
#CMD ["sleep","99999"]
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"request": "^2.69.0",
"selfsigned": "^1.8.0",
"socket.io": "^1.5.0",
"url": "^0.11.0"
"url": "^0.11.0",
"yamljs": "^0.2.10"
},
"devDependencies": {
"mocha": "^3.1.2",
Expand Down
18 changes: 0 additions & 18 deletions platformDevMode.sh

This file was deleted.

18 changes: 0 additions & 18 deletions sdkDevMode.sh

This file was deleted.

20 changes: 5 additions & 15 deletions src/config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"registryUrl": "registry.hub.docker.com/databoxsystems",
"registryUrl": "databoxsystems/",
"storeUrl": "http://store.upintheclouds.org",
"registryUrl_dev": "localhost:5000",
"storeUrl_dev": "http://localhost:8181",
"registryUrl_sdk": "registry.iotdatabox.com",
"registryUrl_dev": "",
"storeUrl_dev": "http://databox-app-server:8181",
"registryUrl_sdk": "registry.iotdatabox.com/",
"storeUrl_sdk": "https://store.iotdatabox.com",
"serverPort": 8989,
"localRegistryName":"databox-local-registry",
"localRegistryImage":"databoxsystems/databox-local-registry",
"localAppStoreName":"databox-app-server",
"localRegistrySeedImages": [
"databox-arbiter",
Expand All @@ -20,13 +18,5 @@
"databox-app-twitter-sentiment",
"databox-os-monitor-driver",
"databox-driver-phillipshue"
],
"localAppStoreSeedManifests": [
"https://raw.githubusercontent.com/me-box/databox-driver-twitter-stream/master/databox-manifest.json",
"https://raw.githubusercontent.com/me-box/databox-store-blob/master/databox-manifest.json",
"https://raw.githubusercontent.com/me-box/databox-app-twitter-sentiment/master/databox-manifest.json",
"https://raw.githubusercontent.com/me-box/databox-os-monitor-driver/master/databox-manifest.json",
"https://raw.githubusercontent.com/me-box/databox-driver-phillipshue/master/databox-manifest.json",
"https://raw.githubusercontent.com/me-box/databox-driver-mobile/master/databox-manifest.json"
]
]
}
Loading