Skip to content

Docker instances for getting deepstream.io up and running

License

Notifications You must be signed in to change notification settings

akramhussein/docker

Repository files navigation

Dockerized deepstream.io

This repository contains three directories with a Dockerfile / Docker compose file

deepstream.io

This is a standalone deepstream server.

deepstream.io-provider-search-rethinkdb

This is a Node.js app which connects to a RethinkDB and handles realtime queries. It acts as an deepstream client.

deepstream.io-complete-backend

This directory contains a Docker compose file which spins up four containers and connect them together:

  • deepstream.io (server)
  • Redis (deepstream cache and message layer)
  • RethinkDB (deepstream storage layer)
  • deepstream.io-search-provider

All the examples can be used with a Docker compose file. The images can also be build from a Dockerfile.

For deepstream.io and deepstream.io-provider-search-rethinkdb you can also use the Docker image from Docker Hub.

To switch between Docker Hub image and Dockerfile build images you need to disable the image line and enable the build line in the compose files.

About

Docker instances for getting deepstream.io up and running

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages