Skip to content

Commit 8454b5e

Browse files
baijumclaude
andcommitted
fix: remove unused celery-worker service
todo-app doesn't use Celery — the worker container was stuck in Created state since celery isn't in requirements.txt. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7ef6e6d commit 8454b5e

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

deploy/docker-compose.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,6 @@ services:
2323
cpus: '0.25'
2424
memory: 256M
2525

26-
celery-worker:
27-
build:
28-
context: ..
29-
dockerfile: app/Dockerfile
30-
command: celery -A app.tasks worker --loglevel=info
31-
env_file:
32-
- .env
33-
restart: unless-stopped
34-
networks:
35-
- towlion
36-
deploy:
37-
resources:
38-
limits:
39-
cpus: '0.25'
40-
memory: 256M
41-
reservations:
42-
cpus: '0.10'
43-
memory: 128M
44-
4526
networks:
4627
towlion:
4728
external: true

0 commit comments

Comments
 (0)