Hello,
I’m currently trying to build a “Hello World!” Django-MySQL application using Podman for containerization. I’m finding difficulty in properly setting up the database and connecting that container to the web application container. The primary reason I am doing this is because we need a proof of concept of using containers/pods for local development of Django-MySQL applications. Ideally, we can use podman-compose or podman play kube to spin up the pods locally.
I have put my current work in this github repository: GitHub - UCF/podman-django-template
This process of connecting a database container to a web container within a pod is being done in the dbconnect branch. Any help would be greatly appreciated. Thank you.