The most brilliant explanation in the simplest way possible... thanks :)
@francescociulla6 ай бұрын
Thank you!
@shubhsharma199 ай бұрын
Really great explanation
@francescociulla9 ай бұрын
you are welcome Shubh
@jeffkirchoff146 ай бұрын
Thanks sir! Ao, we no longer need volume mounts ?
@francescociulla6 ай бұрын
of course we need them, volumes are not just for local development
@jeffkirchoff146 ай бұрын
@@francescociulla Sir I've another question - Is there an optimized method to dockerize a Turborepo. Actually, I have a Turborepo with three apps - react frontend, express backend and a web-socket service. Apart from that in the packages folder there's the db folder with Prisma client and migrations. Could you give a few suggestions
@mxveesh8 ай бұрын
Thank you :D
@francescociulla8 ай бұрын
You are welcome!!
@derekmolon138326 күн бұрын
what's the difference between watch and docker synced files (previously mutagen)
@francescociulla15 күн бұрын
The difference between watch and Docker's synced files (previously handled by Mutagen) is in how file changes are detected and synchronized: Watch: This monitors files locally for changes in real-time and triggers actions (like recompilation or refreshing) as soon as a file changes. It’s ideal for local development but doesn’t directly sync with Docker. Docker Synced Files: Docker’s file sync (using Mutagen or similar) handles real-time syncing between your local filesystem and the Docker container. It’s designed to keep container files updated with local changes, useful when developing inside a Dockerized environment. So, use watch for fast local development, and Docker synced files for consistent changes in a containerized setup. hope it helps!
@derekmolon138315 күн бұрын
@@francescociulla thank you!! I had trouble finding info about it 😁
@francescociulla15 күн бұрын
@@derekmolon1383 you are welcome!
@browsermage6 ай бұрын
10.4 seconds ... ouch
@francescociulla6 ай бұрын
?
@ghostkee50316 ай бұрын
just use volumes
@francescociulla6 ай бұрын
that is also a solution. I'd say that docker compose watch is more beginner friendly
@unknown50ct4 ай бұрын
And use legacy filewatchers that consume 100% of your 2024 cpu resources.