2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-02 19:17:33 +01:00

add nodebb

This commit is contained in:
kev
2016-01-16 07:19:42 +08:00
parent 5fe4483a78
commit 3cd51c7cbc
11 changed files with 203 additions and 2 deletions

33
nodebb/README.md Normal file
View File

@@ -0,0 +1,33 @@
nodebb
======
![](https://badge.imagelayers.io/vimagick/nodebb:latest.svg)
[NodeBB][1] Forum Software is powered by Node.js and built on either a Redis or MongoDB database.
## docker-compose.yml
```
nodebb:
image: vimagick/nodebb
ports:
- "4567:4567"
links:
- redis
restart: always
redis:
image: redis
ports:
- "127.0.0.1:6379:6379"
restart: always
```
## up and running
```
$ docker-compose up -d
$ firefox http://localhost:4567
```
[1]: https://nodebb.org/