Skip to content

Commit

Permalink
[4.2.x] Fix celery containet in docker-compose.yml (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Jan 23, 2024
1 parent 3a8aab3 commit 1ae445c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ services:
# Celery worker that executes celery tasks created by Django.
celery:
<< : *default-common-django
image: ${COMPOSE_PROJECT_NAME}_django:latest
container_name: celery4${COMPOSE_PROJECT_NAME}
depends_on:
django:
Expand Down

0 comments on commit 1ae445c

Please sign in to comment.