fzaninotto / uptime

A remote monitoring application using Node.js, MongoDB, and Twitter Bootstrap.
http://fzaninotto.github.com/uptime/
MIT License
3.62k stars 703 forks source link

Dev environment with Docker+Fig #277

Open simonjohansson opened 10 years ago

simonjohansson commented 10 years ago

From a fresh repo

$ npm install
$ fig up
Attaching to uptime_mongo_1, uptime_uptime_1s
....
mongo_1  | 2014-11-07T18:18:27.689+0000 [initandlisten] waiting for connections on port 27017
....
uptime_1 | Express server listening on host localhost, port 8082 in development mode

And you have a nice dev environment with Uptime running trough nodemon in a container linked to a mongodb container.

ryanwalls commented 9 years ago

Like this change.

np commented 9 years ago

:+1: