You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if we can do a few more common configuration things without needing to build a custom Docker image.
One important example is CORS. I know we can install the CORS Middleware for FastAPI, but what if we could run the Docker image with ENABLE_CORS=true or CORS_DOMAINS="*" and it just worked. That would be nice, right!
Thoughts?
The text was updated successfully, but these errors were encountered:
Hey folks, love your work!
It would be great if we can do a few more common configuration things without needing to build a custom Docker image.
One important example is CORS. I know we can install the CORS Middleware for FastAPI, but what if we could run the Docker image with
ENABLE_CORS=true
orCORS_DOMAINS="*"
and it just worked. That would be nice, right!Thoughts?
The text was updated successfully, but these errors were encountered: