jacksoneshbaugh / ScavengerSurvey

GNU General Public License v3.0
1 stars 1 forks source link

Create production Docker image builds with Docker Compose #1

Closed snorklerjoe closed 5 months ago

snorklerjoe commented 5 months ago

Docker Compose can be used inside /docker to build an image that packs the code in with a GUnicorn WSGI server and such... That image could be pushed to Docker Hub (or anywhere, really, that's just convenient) and the same docker compose file could be used to make things all happy with the mySQL container on the production target.
The specifics of the production target will determine the exact method of deployment, but this at least could make that quite streamlined. Plus, running it inside a Docker container is convenient in terms of getting the perks of containerization including portability.

Feel free to totally disregard/disapprove this or ask any questions as you wish :)

jacksoneshbaugh commented 5 months ago

Wow, this is perfect, Joe! Thank you so much!