vintasoftware / django-react-boilerplate

Django 5, React, Bootstrap 5 with Python 3 and Webpack project boilerplate
MIT License
1.94k stars 466 forks source link

Celery app name in docker compose appears to not update to project name #660

Closed BrendanJM closed 3 months ago

BrendanJM commented 3 months ago

Describe the bug Celery app name is not templated: https://github.com/vintasoftware/django-react-boilerplate/blob/97c1f4f08d4e0f323845a9cdd789a7927c10428a/docker-compose.yml#L52

To Reproduce See link above

Expected behavior It should be templated to {{project_name}} vs myproject

fjsj commented 3 months ago

thanks, good catch, we'll check all occurrences for myproject