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:
########################################################

View File

@ -1,5 +1,3 @@
# This docker-compose file is just here for testing
version: "3.4"
services:
webapp-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 !!!
version: "3.4"
services:
ervices:
maintenance-worker:
image: ocelotsocialnetwork/develop-maintenance-worker:latest
build:

View File

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

View File

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

View File

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