https://github.com/webinterpret/dockerfile-unleash
https://github.com/webinterpret/dockerfile-unleash
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/webinterpret/dockerfile-unleash
- Owner: Webinterpret
- Created: 2018-06-07T12:33:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T13:13:12.000Z (about 8 years ago)
- Last Synced: 2025-02-21T14:45:24.160Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unleash docker image
## Build image
`docker build . -t wisas/unleash`
## Run container
`docker run -e DATABASE_URL=postgres://user:password@host/dbname -e CREDENTIALS=username:password -e UNLEASH_PORT=4242 -p 4242:4242 wisas/unleash`
Environment variables `DATABASE_URL` and `CREDENTIALS` are mandatory. Viariable `UNLEASH_PORT` is optional.