Time series data something something.
Build with a standard docker build .
To run successfully in Docker you need to provide the REDIS_HOST env
docker run -d -e REDIS_HOST=<hostip> <image-id>
All configs can be ENV or arg
- port/PORT: default 8080
- redis-host/REDIS_HOST: default 127.0.0.1
- redis-port/REDIS_PORT: default 6379
Standard Node.JS project:
- npm install
- node ./index.js