Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jpadilla/ember-fastboot-docker

Dockerized Node.js server for running Ember FastBoot apps
https://github.com/jpadilla/ember-fastboot-docker

docker ember

Last synced: 3 months ago
JSON representation

Dockerized Node.js server for running Ember FastBoot apps

Awesome Lists containing this project

README

        

# ember-fastboot-docker

Dockerized Node.js server for running Ember FastBoot apps. Based on [Ember FastBoot for AWS Elastic Beanstalk](https://github.com/tomdale/ember-fastboot-elastic-beanstalk) by [@tomdale](https://github.com/tomdale).

## Usage

```
$ docker run \
--rm -it \
-p 8080:3000 \
-v $(pwd)/fastboot-dist:/src/fastboot-dist \
jpadilla/ember-fastboot-server
```

#### Environment variables

For basic auth support specify `FASTBOOT_USERNAME` and `FASTBOOT_PASSWORD` environment variables when running.

Default port is `3000`. To override specify a different `PORT` environment variable when running.