<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-03-02 09:15:29 +03:00
parent f7ed2984fa
commit 71736c04aa
12 changed files with 83 additions and 76 deletions
+1 -5
View File
@@ -88,7 +88,7 @@ services:
image: gitlab.prodcontest.ru:5050/team-15/project/backend:latest
build:
context: ./services/backend
entrypoint: ["/app/scripts/celery-worker-entrypoint.sh"]
command: celery -A config worker -l INFO
depends_on:
redis:
restart: false
@@ -106,10 +106,6 @@ services:
retries: 3
start_period: 10s
start_interval: 2s
volumes:
- type: bind
source: ./infrastructure/backend/scripts
target: /app/scripts
restart: unless-stopped
celery-exporter: