fix redis cache & add cache to custom types search
This commit is contained in:
@@ -30,7 +30,7 @@ services:
|
||||
- ./api:/app/api
|
||||
- ./sde:/app/sde
|
||||
- ./manage.py:/app/manage.py
|
||||
# - ./static_eve:/app/static_eve
|
||||
- ./static_eve:/app/static_eve
|
||||
command: ["uvicorn", "marbas.asgi:application", "--host", "0.0.0.0", "--port", "8000", "--reload"]
|
||||
depends_on:
|
||||
redis:
|
||||
|
||||
Reference in New Issue
Block a user