Librum-Reader / Librum-Server

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

Draft: Docker Compose support #4

Closed LucasLev closed 1 year ago

LucasLev commented 1 year ago

Hello,

I tried quickly to add docker compose support for the server. Is there any documentation for the key needed for connection, as well as the tables needed ? I do not really read cpp, so I couldn't really figure it out on my own.

This is a first draft for a docker file and docker compose, I'll try to set it up later today

DavidLazarescu commented 1 year ago

Hey, that's awesome. Would you mind connecting via email or discord so that I can provide you with the information you need?

LucasLev commented 1 year ago

Sure, omw to your email inbox. It would probably be nice to document this for future reference but this can work in the meantime

DavidLazarescu commented 1 year ago

Sure, omw to your email inbox. It would probably be nice to document this for future reference but this can work in the meantime

Agree. We will provide a document describing how to set up the docker server once we get an instance running.

LucasLev commented 1 year ago

Just saw @piano1029 https://github.com/Librum-Reader/Librum-Server/pull/5 MR, I guess I'll continue the docker compose with his file, which seems much more advanced than my 3 am coding (and also written by someone who understands how to build and deploy cpp apps)

DavidLazarescu commented 1 year ago

Ok, I'll close this PR then and we can continue on #5. Also, the server is not written in c+ but in c# using asp.net.

LucasLev commented 1 year ago

We could continue in this one, becaus ethe other one was only about docker contenairization, not about the composition