From 2838b10b79a267f8ec646efa703f5552ccf7a11e Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Sun, 3 Oct 2021 03:49:54 +0000 Subject: [PATCH] Update Docker --- Docker.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Docker.md b/Docker.md index 9a330b7..71a9179 100644 --- a/Docker.md +++ b/Docker.md @@ -24,6 +24,14 @@ AURWeb's Docker infrastructure is composed of a [Dockerfile](https://gitlab.arch | pytest-sqlite | | dev | Run pytest suites with sqlite | | test | | dev | Run all tests and linters | +* Profile: dev + * `docker-compose.dev.yml` + * Used for local development. Enables hot reloading of host-shared volumes. + +To use the `dev` profile, one must specify the relevant overrides along with the base `docker-compose.yml`: + + $ docker-compose -f docker-compose.yml -f docker-compose.dev.yml --profile dev ... + ## Getting Started To get started, you need to build the `aurweb:latest` Docker image by issuing the following command: