mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 07:18:06 +02:00
Remove version
from docker-compose files
This drops support for Compose V1
This commit is contained in:
parent
cc453d32d6
commit
fba97e3792
10 changed files with 1 additions and 9 deletions
|
@ -3,6 +3,7 @@
|
|||
## 2024-10-23
|
||||
### Added
|
||||
- Updated default [`version`](https://github.com/overleaf/toolkit/blob/master/lib/config-seed/version) to `5.2.0`.
|
||||
- Drop support for Docker Compose v1. [How to switch to Compose V2](https://docs.docker.com/compose/releases/migrate/#how-do-i-switch-to-compose-v2).
|
||||
|
||||
### Changed
|
||||
- If set, the `overleaf.rc` entry `GIT_BRIDGE_IMAGE` must be specified without the version now.
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
version: '2.2'
|
||||
services:
|
||||
|
||||
sharelatex:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
version: '2.2'
|
||||
services:
|
||||
|
||||
git-bridge:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
version: '2.2'
|
||||
services:
|
||||
sharelatex:
|
||||
volumes:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
version: '2.2'
|
||||
services:
|
||||
|
||||
mongo:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
version: '2.2'
|
||||
services:
|
||||
|
||||
nginx:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
version: '2.2'
|
||||
services:
|
||||
|
||||
redis:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
version: '2.2'
|
||||
services:
|
||||
sharelatex:
|
||||
volumes:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
version: '2.2'
|
||||
services:
|
||||
|
||||
sharelatex:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
version: '2.2'
|
||||
services:
|
||||
|
||||
sharelatex:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue