Docker volumes and MySQL data access
I am currently writing an automated check-in system in flask with a MySql database. I want the code to run indefinitely, so I’ve deployed the app and database on Docker. This way I can keep iterating on my main computer while running a less recent version on an old computer of mine.
Docker volumes and MySQL data access
I am currently writing an automated check-in system in flask with a MySql database. I want the code to run indefinitely, so I’ve deployed the app and database on Docker. This way I can keep iterating on my main computer while running a less recent version on an old computer of mine.