Adding Docker support
A lean social communication platform for teams and small organizations
Brought to you by:
christempel
Originally created by: sopitz
I wanted to try out Communote but didn't feel like installing it on my machine directly. I quickly added some docker support. Is that worth keeping for you? Then I would beautify it a bit.
Feedback very welcome!
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: rwi
@sopitz this is a great idea and it's definitely worth keeping 👍
When beautifying it could you please also have a look at the following things:
build/dockerbecause the Dockerfile can be used to build the docker imageSince the tomcat Docker image is based on an Open JDK Java image we should probably also have a hint in the README explaining that it is beta/not meant for production use because we officially only support Oracle's JRE and haven't tested with Open JDK.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: sopitz
ok. I'll refactor it and update the pull request then.
the add will surely be replaced, and I'll also try'n use a non-tomcat-base image, it was just to put it together initially (it had everything installed already :D)