remove obsolete version element from all docker yaml files

This commit is contained in:
mahula 2024-06-22 21:31:37 +02:00
parent c9c6ae63cc
commit ff0176599e
6 changed files with 1 additions and 14 deletions

View File

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

View File

@ -1,5 +1,3 @@
# 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

View File

@ -1,8 +1,6 @@
# 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" ervices:
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:
######################################################## ########################################################