Remove the version: line because Docker made it obsolete (#172)

This commit is contained in:
Evgeniy Antonyuk 2024-03-29 19:11:08 +07:00 committed by GitHub
parent f2dadbbb2c
commit 7e4f362420
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
16 changed files with 0 additions and 19 deletions

View File

@ -1,5 +1,3 @@
version: "3.8"
services:
onlyoffice-backup-background-tasks:
build:

View File

@ -1,5 +1,3 @@
version: "3.8"
services:
onlyoffice-mysql-server:
image: ${MYSQL_IMAGE}

View File

@ -1,4 +1,3 @@
version: "3.8"
services:
dnsmasq:
image: jpillora/dnsmasq

View File

@ -1,4 +1,3 @@
version: "3.8"
x-profiles-local: &x-profiles-local
profiles: ["backend-local"]
environment:

View File

@ -1,4 +1,3 @@
version: "3.8"
x-healthcheck: &x-healthcheck
test: curl --fail http://127.0.0.1 || exit 1
interval: 60s

View File

@ -1,4 +1,3 @@
version: "3.8"
x-healthcheck:
&x-healthcheck
test: curl --fail http://127.0.0.1 || exit 1

View File

@ -1,4 +1,3 @@
version: '3.6'
services:
onlyoffice-document-server:
image: "${DOCUMENT_SERVER_IMAGE_NAME}"

View File

@ -1,4 +1,3 @@
version: "3.8"
x-service:
&x-service-base
container_name: base

View File

@ -1,4 +1,3 @@
version: "3.6"
services:
onlyoffice-zookeeper:
image: zookeeper:latest

View File

@ -1,5 +1,3 @@
version: "3.8"
services:
onlyoffice-migration-runner:
image: "${REPO}/${DOCKER_IMAGE_PREFIX}-migration-runner:${DOCKER_TAG}"

View File

@ -1,4 +1,3 @@
version: "3.8"
x-healthcheck:
&x-healthcheck
test: curl --fail http://127.0.0.1 || exit 1

View File

@ -1,4 +1,3 @@
version: "3"
services:
onlyoffice-opensearch:
image: onlyoffice/opensearch:${ELK_VERSION}

View File

@ -1,4 +1,3 @@
version: "3.8"
x-healthcheck:
&x-healthcheck
test: curl --fail http://127.0.0.1 || exit 1

View File

@ -1,4 +1,3 @@
version: "3.8"
x-healthcheck:
&x-healthcheck
test: curl --fail http://127.0.0.1 || exit 1

View File

@ -1,4 +1,3 @@
version: "3"
services:
onlyoffice-rabbitmq:
image: rabbitmq:3

View File

@ -1,4 +1,3 @@
version: "3"
services:
onlyoffice-redis:
image: redis:7