toolkit
toolkit copied to clipboard
proxy configuration with docker labels when using overleaf toolkit
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.
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.