Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Support for environment variables in config #88

Closed
letsgolesco opened this issue Jul 8, 2015 · 1 comment · Fixed by #100
Closed

Support for environment variables in config #88

letsgolesco opened this issue Jul 8, 2015 · 1 comment · Fixed by #100
Milestone

Comments

@letsgolesco
Copy link
Contributor

I've been attempting to run a setup locally involving mongodb, elasticsearch and transporter all on docker.

The dockerization works for all 3, but in order for them to communicate via docker links (which are preferred over exposed ports) the config must have access to environment variables, as docker link addresses/ports are defined in env variables.

This isn't just an issue with docker - anyone using a PaaS that exposes config info via env variables (e.g. heroku) may hit issues here.

Support for environment variables in the config.yaml or via command line args would be greatly appreciated!

@nstott
Copy link
Contributor

nstott commented Jul 8, 2015

👍 good idea, I'll get this onto the road map

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants