use env variable for cache duration + limit API to logged in user only
This commit is contained in:
@@ -13,6 +13,7 @@ COPY --chown=appuser:appuser marbas /app/marbas
|
||||
COPY --chown=appuser:appuser sde /app/sde
|
||||
COPY --chown=appuser:appuser api /app/api
|
||||
COPY --chown=appuser:appuser authentication /app/authentication
|
||||
COPY --chown=appuser:appuser static /app/static
|
||||
|
||||
USER appuser
|
||||
CMD ["uvicorn", "marbas.asgi:application", "--host", "0.0.0.0", "--port", "8000"]
|
||||
Reference in New Issue
Block a user