From: Guillaume Pellerin Date: Thu, 21 Feb 2019 17:03:18 +0000 (+0100) Subject: Pin ES, redis, haystack X-Git-Tag: 1.7.4~5^2~27 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7293329727112f44156fe9bb7348e6b6fff4f870;p=telemeta.git Pin ES, redis, haystack --- diff --git a/docker-compose.yml b/docker-compose.yml index b6e6909c..729cc385 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -43,12 +43,12 @@ db: env_file: - env/prod.env command: mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci - + broker: - image: redis + image: redis:5 search: - image: elasticsearch:1 + image: elasticsearch:1.7 app: image: parisson/telemeta:1.7 diff --git a/setup.py b/setup.py index 430bdf6c..d34f9fd6 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ setup( 'django-extensions==2.1.0', 'django-extra-views==0.11.0', 'django-debug-toolbar==1.6', - 'django-haystack', + 'django-haystack==2.4.1', 'django-ipauth', 'django-json-rpc==0.7.2', 'django-registration-redux==2.4',