/express-redis-nginx-docker

docker-compose example with express, redis and nginx

Primary LanguageJavaScript

Express Redis Nginx Docker app

This example is based on the HugoDF/express-redis-docker example.

Getting Started

Requirements: Docker Community Edition

To start the app run: docker-compose up.

It will then be started on port 3000.

Endpoints

Hello World

curl http://localhost:3000

Storing Data

curl http://localhost:3000/store/my-key\?some\=value\&some-other\=other-value

Fetching Data

curl http://localhost:3000/my-key

More

See also blog post docker-compose and Nginx

License

This project is licensed under the MIT license.