From dc23bf7c79ad954aa283dc0700aa6d52b0bdfc8d Mon Sep 17 00:00:00 2001 From: ITQ Date: Wed, 17 Dec 2025 18:36:12 +0300 Subject: [PATCH] docs: added docker compose instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 27d316b..54570d7 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ Ensure you have the following installed on your system: See `infrastructure//.env.template` for example usage. +## Setup with Compose + +```bash +docker compose up -d --build --force-recreate --remove-orphans +``` + ## Setup ### 1. Clone the project