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: