version key in compose file is deprecated (#445)

This commit is contained in:
Frederik Ring 2024-07-23 20:47:45 +02:00 committed by GitHub
parent 2af5bdf4d9
commit fbc7f85d9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
24 changed files with 0 additions and 48 deletions

View File

@ -1,5 +1,3 @@
version: '3'
services: services:
storage: storage:
image: mcr.microsoft.com/azure-storage/azurite:3.31.0 image: mcr.microsoft.com/azure-storage/azurite:3.31.0

View File

@ -1,5 +1,3 @@
version: '3'
services: services:
minio: minio:
hostname: minio.local hostname: minio.local

View File

@ -1,8 +1,6 @@
# Copyright 2020-2021 - offen.software <hioffen@posteo.de> # Copyright 2020-2021 - offen.software <hioffen@posteo.de>
# SPDX-License-Identifier: Unlicense # SPDX-License-Identifier: Unlicense
version: '3.8'
services: services:
backup: backup:
image: offen/docker-volume-backup:${TEST_VERSION:-canary} image: offen/docker-volume-backup:${TEST_VERSION:-canary}

View File

@ -1,5 +1,3 @@
version: '3.8'
services: services:
database: database:
image: mariadb:10.7 image: mariadb:10.7

View File

@ -1,5 +1,3 @@
version: '3'
services: services:
backup: backup:
image: offen/docker-volume-backup:${TEST_VERSION:-canary} image: offen/docker-volume-backup:${TEST_VERSION:-canary}

View File

@ -1,5 +1,3 @@
version: '3'
services: services:
openapi_mock: openapi_mock:
image: muonsoft/openapi-mock:0.3.9 image: muonsoft/openapi-mock:0.3.9

View File

@ -1,5 +1,3 @@
version: '3'
services: services:
backup: backup:
image: offen/docker-volume-backup:${TEST_VERSION:-canary} image: offen/docker-volume-backup:${TEST_VERSION:-canary}

View File

@ -1,5 +1,3 @@
version: '3'
services: services:
backup: backup:
image: offen/docker-volume-backup:${TEST_VERSION:-canary} image: offen/docker-volume-backup:${TEST_VERSION:-canary}

View File

@ -1,5 +1,3 @@
version: '3.8'
services: services:
backup: backup:
image: offen/docker-volume-backup:${TEST_VERSION:-canary} image: offen/docker-volume-backup:${TEST_VERSION:-canary}

View File

@ -1,5 +1,3 @@
version: '3'
services: services:
backup: backup:
image: offen/docker-volume-backup:${TEST_VERSION:-canary} image: offen/docker-volume-backup:${TEST_VERSION:-canary}

View File

@ -1,5 +1,3 @@
version: '3'
services: services:
backup: backup:
image: offen/docker-volume-backup:${TEST_VERSION:-canary} image: offen/docker-volume-backup:${TEST_VERSION:-canary}

View File

@ -1,5 +1,3 @@
version: '3'
services: services:
minio: minio:
image: minio/minio:RELEASE.2020-08-04T23-10-51Z image: minio/minio:RELEASE.2020-08-04T23-10-51Z

View File

@ -1,5 +1,3 @@
version: '3'
services: services:
backup: backup:
image: offen/docker-volume-backup:${TEST_VERSION:-canary} image: offen/docker-volume-backup:${TEST_VERSION:-canary}

View File

@ -1,5 +1,3 @@
version: '3'
services: services:
db: db:
image: postgres:14-alpine image: postgres:14-alpine

View File

@ -1,8 +1,6 @@
# Copyright 2020-2021 - offen.software <hioffen@posteo.de> # Copyright 2020-2021 - offen.software <hioffen@posteo.de>
# SPDX-License-Identifier: Unlicense # SPDX-License-Identifier: Unlicense
version: '3.8'
services: services:
backup: backup:
image: offen/docker-volume-backup:${TEST_VERSION:-canary} image: offen/docker-volume-backup:${TEST_VERSION:-canary}

View File

@ -1,8 +1,6 @@
# Copyright 2020-2021 - offen.software <hioffen@posteo.de> # Copyright 2020-2021 - offen.software <hioffen@posteo.de>
# SPDX-License-Identifier: Unlicense # SPDX-License-Identifier: Unlicense
version: '3.8'
services: services:
backup: backup:
image: offen/docker-volume-backup:${TEST_VERSION:-canary} image: offen/docker-volume-backup:${TEST_VERSION:-canary}

View File

@ -1,5 +1,3 @@
version: '3'
services: services:
minio: minio:
image: minio/minio:RELEASE.2020-08-04T23-10-51Z image: minio/minio:RELEASE.2020-08-04T23-10-51Z

View File

@ -1,5 +1,3 @@
version: '3'
services: services:
minio: minio:
image: minio/minio:RELEASE.2020-08-04T23-10-51Z image: minio/minio:RELEASE.2020-08-04T23-10-51Z

View File

@ -1,8 +1,6 @@
# Copyright 2020-2021 - offen.software <hioffen@posteo.de> # Copyright 2020-2021 - offen.software <hioffen@posteo.de>
# SPDX-License-Identifier: Unlicense # SPDX-License-Identifier: Unlicense
version: '3.8'
services: services:
minio: minio:
image: minio/minio:RELEASE.2020-08-04T23-10-51Z image: minio/minio:RELEASE.2020-08-04T23-10-51Z

View File

@ -1,8 +1,6 @@
# Copyright 2020-2021 - offen.software <hioffen@posteo.de> # Copyright 2020-2021 - offen.software <hioffen@posteo.de>
# SPDX-License-Identifier: Unlicense # SPDX-License-Identifier: Unlicense
version: '3.8'
services: services:
minio: minio:
image: minio/minio:RELEASE.2020-08-04T23-10-51Z image: minio/minio:RELEASE.2020-08-04T23-10-51Z

View File

@ -1,5 +1,3 @@
version: '3'
services: services:
ssh: ssh:
image: linuxserver/openssh-server:version-8.6_p1-r3 image: linuxserver/openssh-server:version-8.6_p1-r3

View File

@ -1,8 +1,6 @@
# Copyright 2020-2021 - offen.software <hioffen@posteo.de> # Copyright 2020-2021 - offen.software <hioffen@posteo.de>
# SPDX-License-Identifier: Unlicense # SPDX-License-Identifier: Unlicense
version: '3.8'
services: services:
minio: minio:
image: minio/minio:RELEASE.2020-08-04T23-10-51Z image: minio/minio:RELEASE.2020-08-04T23-10-51Z

View File

@ -1,5 +1,3 @@
version: '2.4'
services: services:
alpine: alpine:
image: alpine:3.17.3 image: alpine:3.17.3

View File

@ -1,5 +1,3 @@
version: '3'
services: services:
webdav: webdav:
image: bytemark/webdav:2.4 image: bytemark/webdav:2.4