Replies: 1 comment 1 reply
-
We do not run our frontend and backend in the same container, which is very risky. We run them in separate containers, but of course they're defined in the same docker-compose file. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since we will have to deploy our frontend and backend within a single docker container.
Here is a good library we can use: Django + Vite
Beta Was this translation helpful? Give feedback.
All reactions