toolkit icon indicating copy to clipboard operation
toolkit copied to clipboard

proxy configuration with docker labels when using overleaf toolkit

Open doebi opened this issue 9 months ago • 1 comments

As the title suggests, how do I add docker lables to configure my reverse proxy when using the overleaf toolkit?

I saw the various compose files in /lib/, but didn't want to mess with them directly. Do you guys have a recommended approach for adding custom docker instructions with your setup?

One way I would like is an optional docker-compose.include.yml, which - if present - gets merged into the base docker compose file.

doebi avatar Mar 17 '25 20:03 doebi

Hey @doebi, for custom Docker Compose changes such as these, we recommend creating a docker-compose.override.yml file (docs) in the Toolkit's config/ directory.

mlevans0 avatar Mar 22 '25 22:03 mlevans0