Skip to content

Commit dce0637

Browse files
removed duplicate service from docker compose
1 parent 21ead8a commit dce0637

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

docker/docker-compose.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)