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
1
dev.yml
1
dev.yml
|
|
@ -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/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue