datarushpobeda

This commit is contained in:
ITQ
2025-03-01 09:30:09 +03:00
parent 6f97dd741a
commit 0eeb29ef33
14 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ def docker_compose() -> Generator[None]:
"docker",
"compose",
"--project-name",
"project_name",
"datarush-testing",
"up",
"-d",
"--build",
@@ -49,7 +49,7 @@ def docker_compose() -> Generator[None]:
"docker",
"compose",
"--project-name",
"project_name",
"datarush-testing",
"down",
"-v",
],