uvicorn-gunicorn-docker icon indicating copy to clipboard operation
uvicorn-gunicorn-docker copied to clipboard

Is there a docker image that include both mysql and python?

Open fscarmen opened this issue 2 years ago • 1 comments
trafficstars

I hope to find a suitable image here.

fscarmen avatar Mar 14 '23 07:03 fscarmen

I wonder what use case would justify that combination, because it'd tightly couple the backend and the persistence layer.

In other words, any change to the backend would directly impact the database instance that already has production data.

Even in the pre-containerization era, the database was running elsewhere for this very reason.

Either way, you can always create your own custom Dockerfile to cater to this combination, since no such image appears to exist on DockerHub.

codespearhead avatar Mar 17 '24 14:03 codespearhead