mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-10-27 03:02:30 +01:00
* Improved docker, bower * npm install missing mocha * Fix for 'npm install -g npm@4' not resulting in a functional npm * Improve speed of 'docker start' by withholding directories not used by image environment * Reverting changes to bower.json
14 lines
174 B
YAML
14 lines
174 B
YAML
web:
|
|
build: .
|
|
ports:
|
|
- "3000:3000"
|
|
links:
|
|
- mongo
|
|
environment:
|
|
- NODE_DB_URI=mongodb://mongo/habitrpg
|
|
|
|
mongo:
|
|
image: mongo
|
|
ports:
|
|
- "27017:27017"
|