mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-16 19:41:03 +03:00
Added condition for Flower port mapping
This commit is contained in:
parent
f6a63a5f0c
commit
e3d7ea0e10
|
@ -42,7 +42,9 @@ services:
|
|||
ports:
|
||||
- "0.0.0.0:80:80"
|
||||
- "0.0.0.0:443:443"
|
||||
{%- if cookiecutter.use_celery == 'y' %}
|
||||
- "0.0.0.0:5555:5555"
|
||||
{%- endif %}
|
||||
|
||||
redis:
|
||||
image: redis:5.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user