This commit is contained in:
ITQ
2025-11-22 11:57:10 +03:00
parent 2dd6e53bf8
commit 579f784fbd
10 changed files with 158 additions and 42 deletions
+3 -3
View File
@@ -16,7 +16,7 @@ build:
[group("Docker")]
[doc("Compose start")]
up: build
docker compose --profile migrations --profile observability up -d --remove-orphans --quiet-pull --force-recreate --build
docker compose --profile migrations --profile observabilit --profile backend up -d --remove-orphans --quiet-pull --force-recreate --build
# =========
# > Tests
@@ -25,9 +25,9 @@ up: build
[no-cd]
[group("Tests")]
[doc("Tests run")]
tests: up
tests:
docker compose --profile migrations --profile tests up tests --remove-orphans --abort-on-container-exit
# =========
# > Lints
# =========