chore(backend): improvements

This commit is contained in:
ITQ
2025-04-08 00:37:39 +03:00
parent ad0e795250
commit 9c121af053
15 changed files with 174 additions and 47 deletions
+2 -1
View File
@@ -8,5 +8,6 @@ BASE_DIR = Path(__file__).resolve().parent
load_dotenv(BASE_DIR / ".env")
DOCKER_IMAGE = os.getenv(
"DOCKER_IMAGE", default="registry.gitlab.com/megazordpobeda/datarush/custom-python:latest"
"DOCKER_IMAGE",
default="registry.gitlab.com/megazordpobeda/datarush/custom-python:latest",
)