/recipe-app-proxy

NGINX proxy to serve static files

MIT LicenseMIT

recipe-app-proxy

NGINX proxy to serve static files

# Recipe App API Proxy

NGINX proxy app

## Usage

### Environment Variables

 - `LISTEN_PORT` - Port to listen on (default: `8000`)
 - `APP_HOST` - Hostname of the app to forward requests to (default: `app`)
 - `APP_PORT` - Port of the app to forward requests to (default: `9000`)