add ./script/doc to build fig documentation using the docs.docker.com tooling
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
a7fe67e691
commit
bd320b19fe
11 changed files with 44 additions and 11 deletions
|
|
@ -6,7 +6,7 @@ title: Getting started with Compose and Django
|
|||
Getting started with Compose and Django
|
||||
===================================
|
||||
|
||||
Let's use Compose to set up and run a Django/PostgreSQL app. Before starting, you'll need to have [Compose installed](install.html).
|
||||
Let's use Compose to set up and run a Django/PostgreSQL app. Before starting, you'll need to have [Compose installed](install.md).
|
||||
|
||||
Let's set up the three files that'll get us started. First, our app is going to be running inside a Docker container which contains all of its dependencies. We can define what goes inside that Docker container using a file called `Dockerfile`. It'll contain this to start with:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue