codesoap / mycolog

Keep track of your mushroom cultivation projects
https://codesoap.github.io/mycolog/
MIT License
11 stars 5 forks source link

add minimal docker compose setup #6

Closed Nathan-Yorio closed 2 months ago

Nathan-Yorio commented 2 months ago

Hi, found this while browsing around for a tool like this and have in my fork a setup with this to build and run it under docker compose. Since it's a simple webui, it works pretty easily to run it this way.

I know it's a totally unprompted PR so of course feel free to reject or suggest changes, but I thought why not I'll share :shrug:

A few points:

runs with docker-compose up or docker compose up

codesoap commented 2 months ago

Hi Nathan, thanks for reaching out! At the moment I don't have a motivation to advertise different ways of running mycolog. As Go binaries don't have any runtime dependencies, I don't see any benefit of running mycolog in a docker container.

Thus I'm not inclined to merge this pull request right now. If, however, I hear of someone having problems with running the program, I'll redirect them to this pull request.

Nathan-Yorio commented 2 months ago

Totally fair and understandable. Thanks for the response :)

codesoap commented 2 months ago

Thanks for your understanding.