Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.01 KB

dokku-supply-config Build Status

Supply dokku configuration files within your app repository.

requirements

  • dokku 0.4.0+
  • docker 1.8.x

installation

# on 0.4.x
dokku plugin:install https://github.com/josegonzalez/dokku-supply-config.git supply-config

hooks

This plugin provides hooks:

  • post-extract: copy configuration files into app directory

usage

This plugin allows you to store configuration files which reside in the dokku app directory, such as ENV, inside the app's git repository.

For example, say you want to include a file called DOCKER_OPTIONS for the Docker options plugin. In the root directory of your app repository, create a directory called .dokku and put the files in there. This plugin will copy those files into $DOKKU_ROOT/$APP/ before building the app.