Before You Start

Create a Dockerfile for Your Service

Setup Django Settings and Configuration Values

Provisioning and Initialization Jobs

You service likely has some steps to create database users, run migrations, and run management commands. In devstack these were typically part of a provision script.

Test it all out