Remove version attribute from docker-compose files

The version attribute has been deprecated.
This commit is contained in:
Stéphane Nicoll
2024-08-08 15:38:57 +02:00
parent f1b3bf0954
commit cc561a1106
13 changed files with 0 additions and 14 deletions

View File

@@ -1,5 +1,3 @@
version: '2'
services:
db1:
image: 'postgres:16.0-alpine'

View File

@@ -1,4 +1,3 @@
version: '3.1'
services:
mysql:
image: 'mysql/mysql-server:8.0'

View File

@@ -1,4 +1,3 @@
version: '3.1'
services:
redis:
image: 'redis:7'

View File

@@ -1,4 +1,3 @@
version: '3.1'
services:
mysql:
image: 'mysql/mysql-server:8.0'

View File

@@ -1,4 +1,3 @@
version: '3'
services:
httpbin:
image: 'mccutchen/go-httpbin:v2.10.0'

View File

@@ -1,4 +1,3 @@
version: '3'
services:
httpbin:
image: 'mccutchen/go-httpbin:v2.10.0'

View File

@@ -1,4 +1,3 @@
version: '3.1'
services:
redis:
image: 'redis:7'

View File

@@ -1,4 +1,3 @@
version: '3'
services:
rabbitmq:
image: 'rabbitmq:management'

View File

@@ -1,4 +1,3 @@
version: '3'
services:
kafka:
image: wurstmeister/kafka

View File

@@ -1,4 +1,3 @@
version: '3'
services:
kafka:
image: wurstmeister/kafka

View File

@@ -1,4 +1,3 @@
version: '3'
services:
kafka:
image: wurstmeister/kafka

View File

@@ -1,4 +1,3 @@
version: '3'
services:
pulsar:
image: apachepulsar/pulsar:3.1.0

View File

@@ -1,4 +1,3 @@
version: '3'
services:
pulsar:
image: apachepulsar/pulsar:3.1.0