mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 14:34:53 +03:00
Override flower service image name
This commit is contained in:
parent
55d1457895
commit
0c47b3235b
|
@ -46,6 +46,7 @@ services:
|
|||
|
||||
flower:
|
||||
<<: *django
|
||||
image: {{ cookiecutter.project_slug }}_local_flower
|
||||
ports:
|
||||
- "5555:5555"
|
||||
command: /start-flower
|
||||
|
|
Loading…
Reference in New Issue
Block a user