Sketchy502 / SDV-Summary

An application to display a summary of the player from a Stardew Valley save file.
206 stars 21 forks source link

Dockerized dev environment #71

Open joserc87 opened 3 years ago

joserc87 commented 3 years ago

I was trying to get the project up and running in my machine, but there were quite a few things to do first, like:

I thought it would be worth it to do it the "docker way", creating a docker-compose.yml and a bunch of default configuration files so that a new dev (that is me) would just need to do a docker-compose up to get the app running, without installing anything extra.

joserc87 commented 3 years ago

So far I have a postgresql + pgAdmin running on docker, with a user and a database that are automatically created. Next step is to try to create a Dockerfile to run the flask app from there, and then add it to the docker compose. It will take me many days to complete this, and it's probably overkill, but I will do it anyway. :whale:

joserc87 commented 3 years ago

I'm removing the WIP tag on this PR. It's by no means final, but it's working already (docker-compose up), and being it merged into master allows me to base some future PR on this work. If someone can verify at some point that the app works running it outside docker that would be great. Ping @Sketchy502.