Solved issue #2504

This commit is contained in:
Gabriel Mejia 2020-03-22 21:42:52 -05:00
parent 5dcfebd45f
commit 2b12a78ff0

View File

@ -7,6 +7,9 @@ variables:
POSTGRES_PASSWORD: '' POSTGRES_PASSWORD: ''
POSTGRES_DB: 'test_{{ cookiecutter.project_slug }}' POSTGRES_DB: 'test_{{ cookiecutter.project_slug }}'
POSTGRES_HOST_AUTH_METHOD: trust POSTGRES_HOST_AUTH_METHOD: trust
{% if cookiecutter.use_celery == 'y' -%}
CELERY_BROKER_URL: 'redis://redis:6379/0'
{%- endif %}
flake8: flake8:
stage: lint stage: lint