Skip to content

Instantly share code, notes, and snippets.

version: "3"
services:
web:
image: project
restart: always
command: gunicorn conf.wsgi:application -c /opt/project/tools/docker/provision/gunicorn/production.py
expose:
- "8000"
volumes:
- .:/opt/project