-
|
Description Are there code examples to show dockerized fastapi with celery but without the heavy additional Vue.js or Angular.js Front end to complicate things Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Did you check the project generators? They have everything in separated containers / Docker services. They don't install VueJS in the backend service. You can basically remove the frontend folder, and that's it. |
Beta Was this translation helpful? Give feedback.
-
|
Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues. |
Beta Was this translation helpful? Give feedback.
Did you check the project generators?
They have everything in separated containers / Docker services.
They don't install VueJS in the backend service. You can basically remove the frontend folder, and that's it.