Skip to content

Instantly share code, notes, and snippets.

version: '3.7'
services:
web:
image: django:latest
command: gunicorn hello_django.wsgi:application --bind 0.0.0.0:8000
volumes:
- static_volume:/home/app/web/staticfiles
- media_volume:/home/app/web/mediafiles
ports: