Skip to content

Latest commit

 

History

History
executable file
·
13 lines (8 loc) · 393 Bytes

README.md

File metadata and controls

executable file
·
13 lines (8 loc) · 393 Bytes

Dockerizing Django with App, Api, Websocket, Webhook, Redis, MySQL

Production

Uses app + api + websocket + webhook + redis + mysql.

  1. Build the images and run the containers:

    $ docker-compose down && docker-compose up --build

    Test it out at http://localhost:8000. No mounted folders. To apply changes, the image must be re-built.