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
Simplifications and improvements for Docker Compose files, Traefik Dockerfiles.
Make the API use its own domain api.example.com and the frontend use dashboard.example.com. This would make it easier to deploy them separately if you needed that.
The backend and frontend on Docker Compose now listen on the same port as the local development servers, this way you can stop the Docker Compose services and run the local development servers without changing the frontend configuration.
🔧 Use plain base official Python Docker image. PR #1351 by @tiangolo.
🚚 Move location of scripts to simplify file structure. PR #1352 by @tiangolo.
♻️ Refactor prestart (migrations), move that to its own container. PR #1350 by @tiangolo.
♻️ Include FRONTEND_HOST in CORS origins by default. PR #1348 by @tiangolo.
♻️ Simplify domains with api.example.com for API and dashboard.example.com for frontend, improve local development with localhost. PR #1344 by @tiangolo.
🔥 Simplify Traefik, remove www-redirects that add complexity. PR #1343 by @tiangolo.
🔥 Enable support for Arm Docker images in Mac, remove old patch. PR #1341 by @tiangolo.
♻️ Remove duplicate information in the ItemCreate model. PR #1287 by @jjaakko.