codeforhuntsville / Frontier

A civic app for finding whats near me
http://codeforhuntsville.com/
MIT License
9 stars 7 forks source link

Adding Docker deployment support for development #14

Closed dustywusty closed 9 years ago

dustywusty commented 9 years ago

Debian Jessie @ Node 0.10.36 + Makefile for building docker images

chadxz commented 9 years ago

rad. LGTM. there is some config that's required that hasn't been documented yet. you need to set the googlePlacesApiKey in config/local.js, i.e.

'use strict';
module.exports = {
  googlePlacesApiKey: '<your api key>'
};

I can make the config module pull in environment variables instead, if that would be the best way to configure secrets in Docker.

chadxz commented 9 years ago

I added env variable support in f1cc2cb11facea466af27e490dd4a1ae84f540c5 , lmk if that helps or if you need anything else

dustywusty commented 9 years ago

gtg :+1: