This commit is contained in:
2026-04-04 01:16:16 +03:30
parent ecb42c6895
commit 6d5ece1f5d
22 changed files with 311 additions and 261 deletions
+2
View File
@@ -62,6 +62,7 @@ services:
env_file:
- .env
environment:
DOCKER_VERSION: ${DOCKER_VERSION:-develop}
DB_HOST: db
CELERY_BROKER_URL: redis://redis:6379/0
CELERY_RESULT_BACKEND: redis://redis:6379/0
@@ -90,6 +91,7 @@ services:
env_file:
- .env
environment:
DOCKER_VERSION: ${DOCKER_VERSION:-develop}
DB_HOST: db
CELERY_BROKER_URL: redis://redis:6379/0
CELERY_RESULT_BACKEND: redis://redis:6379/0