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
- Host: GitHub
- URL: https://github.com/smrchy/docker-rest-sessions
- Owner: smrchy
- Created: 2016-01-25T13:14:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T00:03:02.000Z (about 5 years ago)
- Last Synced: 2025-03-26T14:54:27.158Z (6 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)