dokku / dokku-daemon

A daemon wrapper around dokku
MIT License
32 stars 13 forks source link

Sending environment variables with commands #6

Closed josegonzalez closed 5 years ago

josegonzalez commented 8 years ago

How should we allow users to customize environment variables? For instance, the official plugins let users override what docker image is in use for a specific datastore, which isn't currently possible with this project.

josegonzalez commented 5 years ago

I think this is okay to skip - the datastore plugins now support flags for specifying all env vars when running the correct commands.