Librum-Reader / Librum-Server

The Librum server
https://librumreader.com
GNU Affero General Public License v3.0
302 stars 22 forks source link

Add Docker files #11

Closed dennis1248 closed 1 year ago

dennis1248 commented 1 year ago

This will add all files required to run Librum inside of a docker container.

There is one bug remaining, librum-server is not able to resolve the librum_db hostname as defined in DBConnectionString. I am unsure if this is a bug in librum-server or if I am just overlooking something. Manually defining the IP instead of a hostname does make it able to connect with the db. Or maybe it is just a bug on my system.. -- It was a bug on my system

Fixes #9

DavidLazarescu commented 1 year ago

Hey, thanks for your help. We have merged #10 which used some of your ideas, how would you like me to mention you for contributing?

dennis1248 commented 1 year ago

No need to mention me, information is free!

Good luck with the project!

Closing the pull request.