Closed dpshelio closed 4 years ago
Hey @dpshelio, this looks great! Thanks! It moves us much closer to having a "shellshare-in-a-box" :)
I tried running it, but shellshare was unable to connect to Mongo. It should be easy to fix, though. We just need to set the MONGOLAB_URI
env variable on the docker-compose.
@vitorbaptista Thanks for all your suggestions! I've included them all and added some info in the README.md
.
I believe this is now ready :tada: - but let me know if there's something else you think I should add.
@dpshelio Looking great! Thanks :tada:
And we have a :whale2: !!
It took me a while! I wanted to see how the server runs locally but the newer versions of node were giving me problems. I know very little how node and js works, so maybe there's a way to make it work with a more recent container.
I tried:
node:13.12-stretch
and got too many errors.cusspvz/node:4.2.6-development
but I couldn't manage to install mongodb :leaves: there... (maybe it could work now that I use docker-compose)nodesource/node:4.2.5
, first all in one container (61fa3f9) with an extra script to make mongodb (v4.0) run together with the application and then using docker-compose (470c0fd).Todo:
README.md