remove version in the docker compose file
Description
remove version in the docker compose file
Related issues / Pull Requests
latest docker would report, this PR address this warning
"WARN[0000] overleaf-toolkit/lib/docker-compose.base.yml: `version` is obsolete"
Contributor Agreement
- [x] I confirm I have signed the Contributor License Agreement
This fix would still be much appreciated, I think. Is anyone able to approve and merge this? This will also simplify the creation of a docker compose override slightly.
Thanks for the suggestion @Milokita!
This is currently blocked as we still need to support docker-compose v1 in the Toolkit and removing the version field changes the behavior of docker-compose v1/breaks setups.
As noted in the release notes for Server Pro 5.1, we are planning to drop support for docker-compose v1 with the next release. At this point we can adopt this PR.