<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-03-02 03:12:52 +03:00
parent 3ef952c114
commit 5c2f441153
+2 -2
View File
@@ -88,7 +88,7 @@ services:
image: gitlab.prodcontest.ru:5050/team-15/project/backend:latest image: gitlab.prodcontest.ru:5050/team-15/project/backend:latest
build: build:
context: ./services/backend context: ./services/backend
entrypoint: ["/scripts/celery-worker-entrypoint.sh"] entrypoint: ["/app/scripts/celery-worker-entrypoint.sh"]
depends_on: depends_on:
redis: redis:
restart: false restart: false
@@ -109,7 +109,7 @@ services:
volumes: volumes:
- type: bind - type: bind
source: ./infrastructure/backend/scripts source: ./infrastructure/backend/scripts
target: /scripts target: /app/scripts
restart: unless-stopped restart: unless-stopped
celery-exporter: celery-exporter: