Fix warnings by removing 'version' from all Docker Compose YAMLs

This commit is contained in:
Wolfgang Huß 2024-08-29 16:35:26 +02:00
parent 1a2c7abfe8
commit 15bb2d24bf
6 changed files with 2 additions and 11 deletions

View File

@ -1,6 +1,4 @@
# This docker-compose file is just here for testing # This docker-compose file is just here for testing
version: "3.4"
services: services:
######################################################## ########################################################

View File

@ -1,6 +1,6 @@
# This docker-compose file is just here for testing # This docker-compose file is just here for testing
version: "3.4"
services: services:
webapp-base: webapp-base:
image: ocelotsocialnetwork/webapp:local-base image: ocelotsocialnetwork/webapp:local-base
build: build:

View File

@ -1,8 +1,7 @@
# Todo: !!! This file seems related to our old maintenance worker for MongoDB and has to be refactored in case of using it !!! # Todo: !!! This file seems related to our old maintenance worker for MongoDB and has to be refactored in case of using it !!!
version: "3.4"
services: services:
maintenance-worker: maintenance-worker:
image: ocelotsocialnetwork/develop-maintenance-worker:latest image: ocelotsocialnetwork/develop-maintenance-worker:latest
build: build:

View File

@ -1,5 +1,3 @@
version: "3.4"
services: services:
######################################################## ########################################################

View File

@ -1,5 +1,3 @@
version: "3.4"
services: services:
######################################################## ########################################################

View File

@ -3,8 +3,6 @@
# is required to explicitly define if you want an production build: # is required to explicitly define if you want an production build:
# > docker-compose -f docker-compose.yml up # > docker-compose -f docker-compose.yml up
version: "3.4"
services: services:
######################################################## ########################################################