File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -117,25 +117,6 @@ services:
117117 - ./workflow_data:/data
118118 - ${TOOL_REGISTRY_CONFIG_SRC_PATH}:/data/tool_registry_config
119119
120- worker-file-processing-callback :
121- image : unstract/backend:${VERSION}
122- container_name : unstract-worker-file-processing-callback
123- restart : unless-stopped
124- entrypoint : .venv/bin/celery
125- command : " -A backend.workers.file_processing_callback worker --loglevel=info -Q file_processing_callback, api_file_processing_callback --autoscale=${WORKER_FILE_PROCESSING_CALLBACK_AUTOSCALE}"
126- env_file :
127- - ../backend/.env
128- depends_on :
129- - redis
130- environment :
131- - ENVIRONMENT=development
132- - APPLICATION_NAME=unstract-worker-file-processing-callback
133- labels :
134- - traefik.enable=false
135- volumes :
136- - ./workflow_data:/data
137- - ${TOOL_REGISTRY_CONFIG_SRC_PATH}:/data/tool_registry_config
138-
139120 # Celery Flower
140121 celery-flower :
141122 image : unstract/backend:${VERSION}
You can’t perform that action at this time.
0 commit comments