fix(api): move docker cache settings to django settings

This commit is contained in:
jo 2023-04-08 18:49:22 +02:00
commit 83b2aa0ad8
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984
3 changed files with 8 additions and 7 deletions

View file

@ -109,8 +109,6 @@ WORKDIR /app
RUN set -eux; \
pip3 install --no-deps --editable .
ENV CACHE_URL="redis://redis:6379/0"
ENV CELERY_BROKER_URL="redis://redis:6379/0"
ENV IS_DOCKER_SETUP=true
CMD ["./docker/server.sh"]