inoda / journal

:notebook: A simple self-hosted journaling app
MIT License
365 stars 52 forks source link

issues with docker-compose.yml #48

Open rohitshetty opened 2 years ago

rohitshetty commented 2 years ago

Hello! Thank you for creating this beautiful app :) I wanted to host a local version of this in my local server and used docker-compose.yml that was in the repo. It didn't work for me out of the box (Error was /app/bin/docker-run was not found). I made a few changes (Mainly removed that volume - as I think the built /app was getting overwritten with the mounted volume of /app). I also had to add a dependency on DB starting first.

If this sounds okay and not an error on my side, I can raise a PR with these changes. Let me know if that is welcome.

crashonthebeat commented 1 year ago

I had a similar problem but thanks to your post i figured it out, not super familiar with these projects but i changed the dockerfile to replace mentions of /app with /dockerapp. Not sure if that will create other issues.