dokku / dokku-mongo

a mongo plugin for dokku
MIT License
177 stars 32 forks source link

Following "dokku mongo:link lolipop playground" doesn't expose env variables #27

Closed mamalat closed 9 years ago

mamalat commented 9 years ago

It only creates LINKS file, and I see that there is no code for exposing env variables. When that planned to be added?.. or should I make a PR?

Flink commented 9 years ago

It will be added soon, already done on postgres, mariadb, mysql :)

Flink commented 9 years ago

(and actually env var are already exposed via the docker-args-* hooks but it doesn’t use dokku config at the moment)

mamalat commented 9 years ago

Got it, thank you. Works like a charm!

josegonzalez commented 9 years ago

I merged @Flink's pr, so this should be considered complete for the mongo plugin :)