Conversation
Contributor
|
Congratulations |
Contributor
|
Related to #1 |
Contributor
|
Can you create a screenshot of the working bell docker on the |
Collaborator
Author
Contributor
|
Awesome @Dashlorde |
dogi
requested changes
Mar 14, 2018
Member
dogi
left a comment
There was a problem hiding this comment.
@Dashlorde good job - added some change wishes
arm/bell/dockerfile
Outdated
|
|
||
| RUN mkdir -p /app/server/src && \ | ||
| apk add --update openssl && npm install express && \ | ||
| wget -O BeLL-Apps-${version}.tar.gz \ |
arm/bell/dockerfile
Outdated
| wget -O BeLL-Apps-${version}.tar.gz \ | ||
| https://github.com/open-learning-exchange/BeLL-Apps/archive/${version}.tar.gz && \ | ||
| tar xvf BeLL-Apps-${version}.tar.gz && \ | ||
| mv BeLL-Apps-${version}/* /app/server/src/ |
arm/bell/server.js
Outdated
|
|
||
| PortJack.get(/^(.+)$/, function(req, res) { | ||
|
|
||
| res.setHeader('Location', 'http://' + HOST + ':2200/apps/_design/bell/MyApp/index.html') |
Member
There was a problem hiding this comment.
please lets not use 2200 port
5984 is couchdb standard
| @@ -0,0 +1,24 @@ | |||
| FROM hypriot/rpi-node:6.10.0-alpine | |||
Member
There was a problem hiding this comment.
name of this file should be Dockerfile not dockerfile
arm/db-init/couchdb-setup.sh
Outdated
| fi | ||
|
|
||
| # Default port for CouchDB accessed from host machine is 2200 | ||
| PORT=${PORT:-2200} |
arm/docker-compose-ready.yml
Outdated
| couchdb: | ||
| expose: | ||
| - 5984 | ||
| image: treehouses/rpi-couchdb:2.0.0 |
arm/docker-compose-ready.yml
Outdated
| - 5984 | ||
| image: treehouses/rpi-couchdb:2.0.0 | ||
| ports: | ||
| - "2200:5984" |
arm/docker-compose-ready.yml
Outdated
| image: treehouses/rpi-couchdb:2.0.0 | ||
| ports: | ||
| - "2200:5984" | ||
| - "2201:5986" |
Member
There was a problem hiding this comment.
with couchdb 1.6.1 this line is not needed
| @@ -0,0 +1,21 @@ | |||
| services: | |||
Member
There was a problem hiding this comment.
same as in arm/docker-compose-ready.yml
| @@ -0,0 +1,23 @@ | |||
| FROM hypriot/rpi-node:6.10.0-alpine | |||
Member
There was a problem hiding this comment.
name of this file should be Dockerfile not dockerfile
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.