Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.
/ channels-in-docker Public archive

An example project for getting to know django channels

Notifications You must be signed in to change notification settings

zerok/channels-in-docker

Repository files navigation

WARNING: This is just an example project!

This is a small example project that should illustrate the interconnection between interface and worker servers using docker-compose. I'll treat it as a dumping ground for getting to know django-channels and how to work with it in different environments 😉

For this to work you need Docker and docker-compose. This repository contains multiple docker-compose files that should indicate different components you will probably have when operating something like this in development and production.

Development setup

$ export DJANGO_SECRET_KEY=12345
$ docker-compose -f docker-compose.development.yml up
$ open http://localhost:8000

About

An example project for getting to know django channels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published