All Projects → azavea → docker-django

azavea / docker-django

Licence: Apache-2.0 License
Base Docker image for Django and Gunicorn.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to docker-django

gsky
Distributed Scalable Geospatial Data Server
Stars: ✭ 23 (-20.69%)
Mutual labels:  postgis
django-graphql-geojson
GeoJSON support for Graphene Django
Stars: ✭ 61 (+110.34%)
Mutual labels:  geodjango
DsgTools
DSG's QGIS Plugin for GIS production
Stars: ✭ 37 (+27.59%)
Mutual labels:  postgis
pgosm
The goal of PgOSM is to make it simpler to consume OpenStreetMap data loaded from PBF file into PostGIS via osm2pgsql.
Stars: ✭ 16 (-44.83%)
Mutual labels:  postgis
FastAPI-Full-Stack-Samples
The API Application Development using Python FastAPI, including interactive API documentation
Stars: ✭ 61 (+110.34%)
Mutual labels:  gunicorn
bikeways4everybody
Crowdsourcing bike routes in Boston. Making pretty maps from it.
Stars: ✭ 30 (+3.45%)
Mutual labels:  postgis
kvwmap
Internet GIS Framework for MapServer with PHP
Stars: ✭ 19 (-34.48%)
Mutual labels:  postgis
tilelive-postgis
Implements the tilelive API for generating vector tiles from PostGIS
Stars: ✭ 48 (+65.52%)
Mutual labels:  postgis
gismanager
Publish Your GIS Data(Vector Data) to PostGIS and Geoserver
Stars: ✭ 45 (+55.17%)
Mutual labels:  postgis
flask-nginx-tutorial
Basic connection of flask and nginx via docker-compose
Stars: ✭ 24 (-17.24%)
Mutual labels:  gunicorn
school-navigator
Navigate the Durham, NC public school system
Stars: ✭ 25 (-13.79%)
Mutual labels:  postgis
muse-as-service
REST API for sentence tokenization and embedding using Multilingual Universal Sentence Encoder.
Stars: ✭ 45 (+55.17%)
Mutual labels:  gunicorn
docker-python-gunicorn-nginx
Docker image with Python3, Gunicorn and Nginx managed with Supervisor
Stars: ✭ 42 (+44.83%)
Mutual labels:  gunicorn
inboard
🚢 Docker images and utilities to power your Python APIs and help you ship faster. With support for Uvicorn, Gunicorn, Starlette, and FastAPI.
Stars: ✭ 106 (+265.52%)
Mutual labels:  gunicorn
formation-postgis
Formation PostGIS pour les utilisateurs de QGIS
Stars: ✭ 16 (-44.83%)
Mutual labels:  postgis
cloud-tileserver
Serve mapbox vectortiles via AWS stack
Stars: ✭ 48 (+65.52%)
Mutual labels:  postgis
django-boilerplate-3.6.1
Django served by Gunicorn running behind Nginx reverse proxy. Deploy to AWS Elastic Beanstalk with Fabric3!
Stars: ✭ 13 (-55.17%)
Mutual labels:  gunicorn
pgRouting
A SQL script for preparing the OS Open Roads data for use with pgRouting and other stuff
Stars: ✭ 13 (-55.17%)
Mutual labels:  postgis
postile
Project migrated to: https://gitlab.com/Oslandia/postile
Stars: ✭ 67 (+131.03%)
Mutual labels:  postgis
carto-workshop
CARTO training materials
Stars: ✭ 81 (+179.31%)
Mutual labels:  postgis

docker-django

CI

This repository contains a collection of templated Dockerfile for image variants designed to support Django through the Gunicorn WSGI HTTP server. In addition, these images include support for GeoDjango, PostgreSQL, and Gevent.

Usage

Template Variables

  • PYTHON_VERSION - Python interpreter version (for python:*-slim-bullseye images)

Testing

An example of how to use cibuild to build and test an image:

$ CI=1 VERSION=3.2 PYTHON_VERSION=3.9 \
  ./scripts/cibuild
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].