Skip to content

Put your Dokku configuration files in your app repository

Notifications You must be signed in to change notification settings

dokku-community/dokku-supply-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Put your Dokku configuration files in your app repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •