Can you (developers who've worked professionally with Djano) share a Django project Dockerfile and docker-compose files with what you consider best practices?

This page summarizes the projects mentioned and recommended in the original post on /r/django

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Baserow

    Open source no-code database and Airtable alternative. Create your own online database without technical experience. Performant with high volumes of data, can be self hosted and supports plugins (by bramw)

    Feel free to dig into https://gitlab.com/bramw/baserow repository, e.g. https://gitlab.com/bramw/baserow/-/blob/develop/backend/Dockerfile... There are docker compose files too.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. cookiecutter-django

    Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.

    For what you're interested in using, I would suggest you look at [Django Cookiecutter](https://github.com/cookiecutter/cookiecutter-django). The original creator, u/pydanny is one of the wise and experienced Django devs who has created a lot of the literature that's become standard reading in the Django-verse. Even if you don't decide to use cookiecutter-django as your base going forward, almost everything in there is a best practice method and it simply works out of the box. It's my starting point for nearly every Django project I run.

  4. docker-django

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ask HN: Who wants to be hired? (April 2024)

    6 projects | news.ycombinator.com | 1 Apr 2024
  • Show HN: Sqlbind a Python library to compose raw SQL

    7 projects | news.ycombinator.com | 26 Feb 2024
  • falco VS cookiecutter-django - a user suggested alternative

    2 projects | 26 Jan 2024
  • Advanced Python/Django tutorial that ties together multiple technologies

    2 projects | /r/Python | 11 Dec 2023
  • A lightweight cookiecutter template for Django - focused specifically on building APIs

    2 projects | /r/Python | 1 Nov 2023

Did you know that Python is
the 2nd most popular programming language
based on number of references?