Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjblomqvist/dokku-app-name-env
App name as ENV to your Dokku app!
https://github.com/cjblomqvist/dokku-app-name-env
Last synced: 11 days ago
JSON representation
App name as ENV to your Dokku app!
- Host: GitHub
- URL: https://github.com/cjblomqvist/dokku-app-name-env
- Owner: cjblomqvist
- Created: 2015-11-02T13:48:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-04T15:18:15.000Z (about 9 years ago)
- Last Synced: 2024-08-02T12:50:25.395Z (3 months ago)
- Language: Shell
- Size: 121 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - cjblomqvist/dokku-app-name-env - App name as ENV to your Dokku app! (others)
README
# App name as ENV to your Dokku app!
Adds app name as an environmental variable to your Docker container run with Dokku.
Note! Only tested with 0.3.x so far!
## Installation
```
cd /var/lib/dokku/plugins
git clone https://github.com/cjblomqvist/dokku-app-name-env
chmod 755 ./dokku-app-name-env/post-release
```The environment variable will be set next time you deploy.