Features: 1) Add healthcheck for celery worker service in docker-compose; 2) Add dependent services with healthcheck conditions for beat.

Fixes: n/a;

Extra: n/a;
This commit is contained in:
Egor Pavlovich Gorbunov 2025-07-02 01:37:09 +03:00
parent ea92c67373
commit 8daf316319
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ import logging
from os import getenv
from pathlib import Path
EVIBES_VERSION = "2.8.10"
EVIBES_VERSION = "2.9.0"
BASE_DIR = Path(__file__).resolve().parent.parent.parent

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "eVibes"
version = "2.8.10"
version = "2.9.0"
description = "eVibes is an open-source eCommerce backend service built with Django. Its designed for flexibility, making it ideal for various use cases and learning Django skills. The project is easy to customize, allowing for straightforward editing and extension."
authors = ["fureunoir <contact@fureunoir.com>"]
readme = "README.md"