mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 22:07:10 +00:00
<type>(scope): <description>
[body] [footer(s)]
This commit is contained in:
+2
-2
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user