Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 287 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 287 Bytes

Django with Celery and Postgres

This is an application template for Django with Celery and Postgres

Uses a multi-stage docker build to keep image small

Build

Build the project with

docker-compose build

Run

Run the containers with

docker-compose up