Skip to content

Django hello world application in Docker with MySQL and Redis

Notifications You must be signed in to change notification settings

btsuhako/docker-django

Repository files navigation

Hello World Django in Docker

To get up and running

  1. Install the Docker Toolbox
  2. git clone this repository && ch into the project directory
  3. copy the .env.sample file to .env for Docker Compose to consume
  4. docker-compose up -- build
  5. open http://localhost:8000 or browse to site for a sweet "Hello World" application
  6. profit!

Verified with the following

  • Docker version 18.03.0-ce
  • docker-compose version 1.20.1

About

Django hello world application in Docker with MySQL and Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published