From 5c2f44115333977326bd96c4d7887aae873c8979 Mon Sep 17 00:00:00 2001 From: ITQ Date: Sun, 2 Mar 2025 03:12:52 +0300 Subject: [PATCH] (scope): [body] [footer(s)] --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 4850fb3..5cfe9ac 100644 --- a/compose.yaml +++ b/compose.yaml @@ -88,7 +88,7 @@ services: image: gitlab.prodcontest.ru:5050/team-15/project/backend:latest build: context: ./services/backend - entrypoint: ["/scripts/celery-worker-entrypoint.sh"] + entrypoint: ["/app/scripts/celery-worker-entrypoint.sh"] depends_on: redis: restart: false @@ -109,7 +109,7 @@ services: volumes: - type: bind source: ./infrastructure/backend/scripts - target: /scripts + target: /app/scripts restart: unless-stopped celery-exporter: