I've been doing some comparisons between nodebb and discourse. Both appear to be very good solutions but discourse appears to have better documentation for Docker.
I've searched through the forum here and most posts seem to indicate a general dislike of docker. I did find what appears to be a link to old official documentation providing steps for installation with docker.:
https://latest.readthedocs.io/en/latest/installing/docker.html
However, the latest documentation doesn't appear to have a section for docker:
https://docs.nodebb.org/
I have a decent amount of experience with docker / docker-compose and recognize it's not perfect but find the advantages outweigh the disadvantages. Is there any official guidance for nodebb with docker? Is there any official documentation / installation guides or docker-compose files?
EDIT: I found what looks to be an official nodebb Docker container on dockerhub:
https://hub.docker.com/r/nodebb/docker
The instructions on the page just refer to the github page which doesn't really discuss docker or docker-compose. However, there is a docker-compose.yml in the repo that looks like a potential example. I'll follow this and see how it works out. If this intended to be officially supported, it would be helpful to update some of the documentation to point to them. If that's what's intended, I'd be willing to modify and put our a PR if desired.