Support minified dev deployment (#10512)

* Support minified dev deployment

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Update readme

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Merge compose files

Signed-off-by: Artem Savchenko <armisav@gmail.com>

---------

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2026-02-16 17:38:33 +07:00
committed by GitHub
parent 8328cf2631
commit 499cc8cd96
4 changed files with 127 additions and 336 deletions
+2
View File
@@ -196,6 +196,8 @@ rush docker:up # Will set up all the containers
Be aware `rush docker:build` will automatically execute all required phases like build, bundle, package.
> **Note:** For resource-constrained machines, you can use the minified variants `rush docker:min` and `rush docker:up:min` to build and run only the required services (excludes hulypulse, redis, process, backup, rating, preview, link-preview, elastic, fulltext, payment, stats, print, sign, hulygun, hulykvs).
Alternatively, you can just execute:
```bash