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

https://github.com/smrchy/docker-rest-sessions

RESTful session handling based on Redis-Sessions
https://github.com/smrchy/docker-rest-sessions

Last synced: 5 months ago
JSON representation

RESTful session handling based on Redis-Sessions

Awesome Lists containing this project

README

          

# Docker REST Sessions

Based on https://github.com/smrchy/rest-sessions

## Start the container:

`docker run -p 3000:3000 -d -e RS_REDISHOST=192.168.1.2 docker-rest-sessions`

Use the following environment variables to set the listening port and Redis host and port:

* RS_PORT
* RS_REDISHOST
* RS_REDISPORT
* RS_NAMESPACE (Redis namespace prefix: defaults to `rs`)
* RS_LOGLEVEL (a morgan loglevel or `none` to disable logging)