Added condition for Flower port mapping

This commit is contained in:
Demetris Stavrou 2020-02-22 21:29:40 +02:00
parent f6a63a5f0c
commit e3d7ea0e10

View File

@ -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