Spin up the containers:
$ docker-compose up -d --buildOpen your browser to http://localhost:8004 to view the app or to http://localhost:5556 to view the Flower dashboard.
Open the interactive docs (http://localhost:8004/docs) and you'll note the /tasks-group-async and /tasks-group-sync endpoints.
These are what we will compare. Kick off one and then open up celery flower on http://localhost:5556/
On my machine