rolltime / rolltime-collect

Collector for CitiBike station data. It collects availability of bikes and stations on a highly redundant schedule.
MIT License
0 stars 0 forks source link

Change environment variables to use the ones generated by Docker automatically #65

Closed luiscape closed 9 years ago

luiscape commented 9 years ago

The connection address to postgres uses an environment variable defined at runtime (HOST_DATABASE). It would be much better to change that to the environment variable (or alias) generated by Docker automatically. That way we don't have to specify that address at runtime.