fix redis cache & add cache to custom types search

This commit is contained in:
2023-10-30 11:41:40 +01:00
parent 38a5833e33
commit cf6213cca3
5 changed files with 21 additions and 18 deletions

View File

@@ -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: