fix(api): move docker cache settings to django settings
This commit is contained in:
parent
e4793f06e8
commit
83b2aa0ad8
3 changed files with 8 additions and 7 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue