Guide to install nodebb on docker?
-
Any guide to install nodebb with docker out there?
Trying to install but i dont know how to connect database and the nodebb container -
No one?
-
NodeBB setup instructions (Docker)
https://community.nodebb.org/topic/8059/docker-nodebb-v0-5/7 -
I made a docker chain of Nginx, NodeBB, Redis based on Alpine Linux for mainly developments and small standalone service.
GitHub - qgp9/nodebb-docker-dev
Contribute to qgp9/nodebb-docker-dev development by creating an account on GitHub.
GitHub (github.com)
I tested this on VULTR server and it works well
No documentations yet, but soon -
@qgp9 said:
I made a docker chain of Nginx, NodeBB, Redis based on Alpine Linux for mainly developments and small standalone service.
GitHub - qgp9/nodebb-docker-dev
Contribute to qgp9/nodebb-docker-dev development by creating an account on GitHub.
GitHub (github.com)
I tested this on VULTR server and working well ( DEMO : http://dock.rm-rf.work )
No documentations yet, but soonThank you
Do you think it will work on a synology server? -
@exodo said:
Do you think it will work on a synology server?
Frankly, I know nothing of a synology, but if docker works, it may work.
If you already have a web server, you can pull a nginx docker out depend on a server resource, even though this nginx docker is amazingly light.Please share results if you are willing to try. You can ask freely whatever via here, github issue or even chat.
-
@exodo Hi, I just updated a README.md of this docker chain few minitues ago.
Actually, one doesn't need to setup a NodeBB on a command line because it has a great web interface.
So I removed several lines what I forgot to do, and a instruction is shorterIf you already check out an old instruction, check new one also.
-
@qgp9 said:
No documentations yet, but soon
I have done this
NodeBB with Docker full chain ( nginx, redis, mongodb )
I would like to introduce what I have done with a NodeBB and a docker. https://github.com/qgp9/nodebb-docker-dev This docker chain of Nginx, NodeBB, Redis, ...
NodeBB Community (community.nodebb.org)