Fix null to 0 in aggregate
This commit is contained in:
@@ -252,4 +252,4 @@ TRANSMISSION = {
|
||||
"port": getenv("TRANSMISSION_PORT", 9091),
|
||||
"username": getenv("TRANSMISSION_USERNAME"),
|
||||
"password": getenv("TRANSMISSION_PASSWORD")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -74,7 +74,7 @@ services:
|
||||
&& cd frontend && yarn build && cd ..
|
||||
&& python manage.py collectstatic --noinput
|
||||
&& python manage.py migrate
|
||||
&& uvicorn app.asgi:application --workers 3 --host 0.0.0.0 --port 8000 --lifespan off --loop uvloop --ws websockets"
|
||||
&& uvicorn app.asgi:application --workers 3 --host 0.0.0.0 --port 8000 --lifespan off --loop uvloop --ws websockets --log-level info"
|
||||
|
||||
# celery:
|
||||
# extends:
|
||||
|
||||
Reference in New Issue
Block a user