refactor(server): Remove deprecated version property from docker-compose files (#22546)

## Description

The version property in docker-compose files is deprecated and only used
for backwards compatibility. When using the docker-compose files in ADO
we get warnings like these:

![image](https://github.com/user-attachments/assets/d9ec81d5-7fc9-4ef7-80a4-8d20502f1e93)

I don't think we support using older versions of docker compose so
removing the optional/deprecated property seems fine.

See
https://docs.docker.com/reference/compose-file/version-and-name/#version-top-level-element-optional
This commit is contained in:
Alex Villarreal 2024-10-01 15:22:25 -05:00 коммит произвёл GitHub
Родитель ecdf26a1d1
Коммит a127c7cebe
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
7 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -1,4 +1,3 @@
version: "3.4"
services:
proxy:
platform: linux/arm64/v8

Просмотреть файл

@ -1,4 +1,3 @@
version: "3.4"
services:
alfred:
image: ${REGISTRY_URL:-mcr.microsoft.com}/fluidframework/routerlicious/server:${ALFRED_IMAGE_TAG:-latest}

Просмотреть файл

@ -1,4 +1,3 @@
version: "3"
services:
gitrest:
volumes:

Просмотреть файл

@ -1,4 +1,3 @@
version: "3"
services:
gitrest:
build:

Просмотреть файл

@ -1,4 +1,3 @@
version: "3.4"
services:
alfred:
ports:

Просмотреть файл

@ -1,4 +1,3 @@
version: "3.4"
services:
alfred:
volumes:

Просмотреть файл

@ -1,4 +1,3 @@
version: "3.4"
services:
proxy:
image: nginx:latest