2016-01-16 01:19:42 +02:00
|
|
|
nodebb:
|
2016-07-19 10:34:20 +02:00
|
|
|
image: easypi/nodebb-arm
|
2016-01-16 01:19:42 +02:00
|
|
|
ports:
|
|
|
|
- "4567:4567"
|
|
|
|
links:
|
|
|
|
- redis
|
2017-05-10 10:17:11 +02:00
|
|
|
volumes:
|
|
|
|
- ./data:/var/lib/nodebb
|
2017-05-10 11:51:40 +02:00
|
|
|
- /usr/src/nodebb/build
|
2018-08-18 21:55:09 +02:00
|
|
|
- /usr/src/nodebb/node_modules
|
2018-08-25 05:34:33 +02:00
|
|
|
- /usr/src/nodebb/public/uploads
|
2016-01-16 01:19:42 +02:00
|
|
|
restart: always
|
|
|
|
|
|
|
|
redis:
|
2016-07-19 10:34:20 +02:00
|
|
|
image: easypi/redis-arm
|
2016-01-16 01:19:42 +02:00
|
|
|
ports:
|
|
|
|
- "127.0.0.1:6379:6379"
|
2017-05-10 05:23:39 +02:00
|
|
|
volumes:
|
|
|
|
- ./data:/data
|
2016-01-16 01:19:42 +02:00
|
|
|
restart: always
|