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:
Georg Krause 2023-01-10 13:20:14 +01:00 committed by Marge
commit 62653a2f62
6 changed files with 10 additions and 25 deletions

View file

@ -54,7 +54,6 @@ services:
args:
install_dev_deps: 1
image: funkwhale-api
entrypoint: compose/django/dev-entrypoint.sh
command: >
bash -c "python manage.py collectstatic --no-input
&& uvicorn --reload config.asgi:application --host 0.0.0.0 --port 5000 --reload-dir config/ --reload-dir=funkwhale_api/"