docs: added docker compose instructions

This commit is contained in:
ITQ
2025-12-17 18:36:27 +03:00
parent 4dca8de5c8
commit dc23bf7c79
+6
View File
@@ -14,6 +14,12 @@ Ensure you have the following installed on your system:
See `infrastructure/<service>/.env.template` for example usage.
## Setup with Compose
```bash
docker compose up -d --build --force-recreate --remove-orphans
```
## Setup
### 1. Clone the project