From 3ebfbd99b26a57c91bd39655083bb5af9d486edf Mon Sep 17 00:00:00 2001 From: David Rotermund Date: Wed, 17 Jul 2024 12:11:26 +0200 Subject: [PATCH] Update README.md --- container_to_container/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/container_to_container/README.md b/container_to_container/README.md index 5398371..11e2d06 100644 --- a/container_to_container/README.md +++ b/container_to_container/README.md @@ -27,5 +27,20 @@ Set a secret key in tools/secret_key.json. Then build the docker image with make Set tools/allowed_domains.json +Make sure that in tools/main.py is set correctly for your setup: + +container_name_mongo:str = "overleafmongo" + +port_mongo: int = 27017 + +container_name_overleaf: str = "overleafserver" + +When you are happy with the setting, run: + +make_image.sh + +And then + +up.sh A full working setup can be found here https://github.com/davrot/overleaf