Skip to content

michaelshobbs/dokku-app-user

Repository files navigation

dokku-app-user

Deprecated as of Dokku 0.7.1, which has overriding of the app user built in.

dokku-app-user is a plugin for dokku that sets the $USER user for use with herokuish

Requirements

This plugin uses the docker-args-* hooks to inject the environment variable argument when dokku executes docker run and uses the app config value of $DOKKU_APP_USER. The current state of herokuish requires the user to already exist in your image. Thus this only works with custom herokuish docker images.

Installation & Example

# Install the plugin:
# dokku 0.4+
dokku plugin:install https://github.com/michaelshobbs/dokku-app-user.git

dokku config:set <app> DOKKU_APP_USER=expauser
git push [email protected]:<app> master

License

This plugin is released under the MIT license. See the file LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages