chore: Move database url composition from custom script to django settings
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2313>
This commit is contained in:
parent
165011ff6d
commit
62653a2f62
6 changed files with 10 additions and 25 deletions
|
|
@ -112,5 +112,4 @@ RUN set -eux; \
|
|||
ENV CACHE_URL="redis://redis:6379/0"
|
||||
ENV CELERY_BROKER_URL="redis://redis:6379/0"
|
||||
|
||||
ENTRYPOINT ["./compose/django/entrypoint.sh"]
|
||||
CMD ["./compose/django/server.sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue