An open API service indexing awesome lists of open source software.

https://github.com/jmitchel3/django-container

Django and Dockerfile Boilerplate optimized for Railway Deployments
https://github.com/jmitchel3/django-container

boilterplate django railway starter template

Last synced: 10 months ago
JSON representation

Django and Dockerfile Boilerplate optimized for Railway Deployments

Awesome Lists containing this project

README

          

# Django Container - Starter Boilerplate

[![Deploy on Railway](https://railway.com/button.svg)](https://djangocontainer.com)

This is a basic boilerplate template for deploying a Django project on [Railway](https://djangocontainer.com).

Interested in Django x Next.js? Check out [repo.djangonextjs.com](https://repo.djangonextjs.com).

Includes:

- Minimal Django app
- Django-built Dockerfile for continuous deployments
- Endpoint for deployment health checks during Railway deploys

Code: https://github.com/jmitchel3/django-container
One-Click Deploy: https://djangocontainer.com
Reference blog post on [Coding for Entrepreneurs](https://www.codingforentrepreneurs.com/blog/deploy-django-on-railway-with-this-dockerfile)