mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 15:25:57 +00:00
Fix warnings by removing 'version' from all Docker Compose YAMLs
This commit is contained in:
parent
1a2c7abfe8
commit
15bb2d24bf
@ -1,6 +1,4 @@
|
||||
# This docker-compose file is just here for testing
|
||||
version: "3.4"
|
||||
|
||||
services:
|
||||
|
||||
########################################################
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# This docker-compose file is just here for testing
|
||||
version: "3.4"
|
||||
services:
|
||||
|
||||
webapp-base:
|
||||
image: ocelotsocialnetwork/webapp:local-base
|
||||
build:
|
||||
|
||||
@ -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 !!!
|
||||
|
||||
version: "3.4"
|
||||
|
||||
services:
|
||||
|
||||
maintenance-worker:
|
||||
image: ocelotsocialnetwork/develop-maintenance-worker:latest
|
||||
build:
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
version: "3.4"
|
||||
|
||||
services:
|
||||
|
||||
########################################################
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
version: "3.4"
|
||||
|
||||
services:
|
||||
|
||||
########################################################
|
||||
|
||||
@ -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:
|
||||
|
||||
########################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user