Skip to content

A Node/Express app with Redis through Docker Compose

Notifications You must be signed in to change notification settings

tilt-dev/tilt-example-docker-compose

 
 

Repository files navigation

Example Express/Redis on Docker Compose app

Build Status

Requirements: Tilt

To start the app run:

tilt up

Tilt will assemble an image, deploy the app, and live update using Docker Compose.

View the app at http://localhost:3000/

When you make a change to server.js, Tilt will sync the file to the container and restart the app.

For more details on how this works, see the Tilt Docker Compose documentation.

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

Courtesy of this original sample app.

About

A Node/Express app with Redis through Docker Compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.1%
  • Python 39.0%
  • Dockerfile 5.8%
  • Shell 1.1%