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