Explorar el Código

Remove "version" from docker-compose files (#27494)

GitOrigin-RevId: 8d9a0e58e3a9c6c4296e4585115d1b259e26a6cd
Alf Eaton hace 1 año
padre
commit
03a4bbb96b

+ 0 - 1
docker-compose.yml

@@ -1,4 +1,3 @@
-version: '2.2'
 services:
     sharelatex:
         restart: always

+ 0 - 1
server-ce/test/docker-compose.yml

@@ -1,4 +1,3 @@
-version: '2.2'
 services:
   sharelatex:
     image: ${IMAGE_TAG_CE:-sharelatex/sharelatex:latest}

+ 0 - 2
services/chat/docker-compose.ci.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 services:
   test_unit:
     image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER

+ 0 - 2
services/chat/docker-compose.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 services:
   test_unit:
     image: node:22.17.0

+ 0 - 2
services/clsi/docker-compose.ci.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 services:
   test_unit:
     image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER

+ 0 - 2
services/clsi/docker-compose.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 services:
   test_unit:
     build:

+ 0 - 2
services/contacts/docker-compose.ci.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 services:
   test_unit:
     image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER

+ 0 - 2
services/contacts/docker-compose.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 services:
   test_unit:
     image: node:22.17.0

+ 0 - 2
services/docstore/docker-compose.ci.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 services:
   test_unit:
     image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER

+ 0 - 2
services/docstore/docker-compose.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 services:
   test_unit:
     image: node:22.17.0

+ 0 - 2
services/document-updater/docker-compose.ci.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 services:
   test_unit:
     image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER

+ 0 - 2
services/document-updater/docker-compose.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 services:
   test_unit:
     image: node:22.17.0

+ 0 - 2
services/filestore/docker-compose.ci.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 volumes:
   minio-certs:
 

+ 0 - 2
services/filestore/docker-compose.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 volumes:
   minio-certs:
 

+ 0 - 2
services/history-v1/docker-compose.ci.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 volumes:
   minio-certs:
 

+ 0 - 2
services/history-v1/docker-compose.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 volumes:
   minio-certs:
 

+ 0 - 2
services/notifications/docker-compose.ci.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 services:
   test_unit:
     image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER

+ 0 - 2
services/notifications/docker-compose.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 services:
   test_unit:
     image: node:22.17.0

+ 0 - 2
services/project-history/docker-compose.ci.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 services:
   test_unit:
     image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER

+ 0 - 2
services/project-history/docker-compose.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 services:
   test_unit:
     image: node:22.17.0

+ 0 - 2
services/real-time/docker-compose.ci.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 services:
   test_unit:
     image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER

+ 0 - 2
services/real-time/docker-compose.yml

@@ -2,8 +2,6 @@
 # Instead run bin/update_build_scripts from
 # https://github.com/overleaf/internal/
 
-version: "2.3"
-
 services:
   test_unit:
     image: node:22.17.0

+ 0 - 2
services/web/docker-compose.ci.yml

@@ -1,5 +1,3 @@
-version: "2.3"
-
 volumes:
   data:
 

+ 0 - 2
services/web/docker-compose.yml

@@ -1,5 +1,3 @@
-version: "2.3"
-
 volumes:
   data: