Skip to content

Commit

Permalink
Remove version from compose files to conform to the specification (do…
Browse files Browse the repository at this point in the history
  • Loading branch information
glours authored Nov 4, 2021
1 parent 0a0a53b commit 2056ab2
Show file tree
Hide file tree
Showing 36 changed files with 2 additions and 39 deletions.
1 change: 0 additions & 1 deletion angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Project structure:

[_docker-compose.yaml_](docker-compose.yaml)
```
version: "3.7"
services:
web:
build: angular
Expand Down
1 change: 0 additions & 1 deletion angular/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
web:
build: angular
Expand Down
1 change: 0 additions & 1 deletion apache-php/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
web:
build: app
Expand Down
1 change: 0 additions & 1 deletion aspnet-mssql/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
web:
build: app/aspnetapp
Expand Down
3 changes: 1 addition & 2 deletions django/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
version: '3.7'
services:
services:
web:
build: app
ports:
Expand Down
2 changes: 0 additions & 2 deletions elasticsearch-logstash-kibana/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
elasticsearch:
image: elasticsearch:7.8.0
Expand Down
3 changes: 1 addition & 2 deletions flask/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
version: '3'
services:
services:
web:
build: app
ports:
Expand Down
1 change: 0 additions & 1 deletion gitea-postgres/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.7'
services:
gitea:
image: gitea/gitea:latest
Expand Down
1 change: 0 additions & 1 deletion minecraft/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.7'
services:
minecraft:
image: itzg/minecraft-server
Expand Down
1 change: 0 additions & 1 deletion nextcloud-postgres/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.7'
services:
nc:
image: nextcloud:apache
Expand Down
1 change: 0 additions & 1 deletion nextcloud-redis-mariadb/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.7'
services:
nc:
image: nextcloud:apache
Expand Down
1 change: 0 additions & 1 deletion nginx-aspnet-mysql/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
backend:
build: backend
Expand Down
1 change: 0 additions & 1 deletion nginx-flask-mongo/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
web:
image: nginx
Expand Down
1 change: 0 additions & 1 deletion nginx-flask-mysql/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
db:
image: mysql:8.0.19
Expand Down
1 change: 0 additions & 1 deletion nginx-golang-mysql/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
backend:
build: backend
Expand Down
1 change: 0 additions & 1 deletion nginx-golang-postgres/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
backend:
build: backend
Expand Down
1 change: 0 additions & 1 deletion nginx-golang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Project structure:

[_docker-compose.yaml_](docker-compose.yaml)
```
version: "3.7"
services:
frontend:
build: frontend
Expand Down
1 change: 0 additions & 1 deletion nginx-golang/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
frontend:
build: frontend
Expand Down
1 change: 0 additions & 1 deletion nginx-wsgi-flask/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
nginx-proxy:
build: nginx
Expand Down
1 change: 0 additions & 1 deletion prometheus-grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Project structure:

[_docker-compose.yml_](docker-compose.yml)
```
version: "3.7"
services:
prometheus:
image: prom/prometheus
Expand Down
1 change: 0 additions & 1 deletion prometheus-grafana/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
prometheus:
image: prom/prometheus
Expand Down
1 change: 0 additions & 1 deletion react-express-mongodb/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
frontend:
build: frontend
Expand Down
1 change: 0 additions & 1 deletion react-express-mysql/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
backend:
build:
Expand Down
1 change: 0 additions & 1 deletion react-java-mysql/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
backend:
build: backend
Expand Down
1 change: 0 additions & 1 deletion react-rust-postgres/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
frontend:
build:
Expand Down
1 change: 0 additions & 1 deletion sparkjava-mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Project structure:

[_docker-compose.yaml_](docker-compose.yaml)
```
version: "3.7"
services:
backend:
build: backend
Expand Down
1 change: 0 additions & 1 deletion sparkjava-mysql/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
backend:
build: backend
Expand Down
1 change: 0 additions & 1 deletion sparkjava/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Project structure:

[_docker-compose.yaml_](docker-compose.yaml)
```
version: "3.7"
services:
sparkjava:
build: sparkjava
Expand Down
1 change: 0 additions & 1 deletion sparkjava/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
sparkjava:
build: sparkjava
Expand Down
1 change: 0 additions & 1 deletion spring-postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Project structure:

[_docker-compose.yaml_](docker-compose.yaml)
```
version: "3.7"
services:
backend:
build: backend
Expand Down
1 change: 0 additions & 1 deletion spring-postgres/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
backend:
build: backend
Expand Down
1 change: 0 additions & 1 deletion traefik-golang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Project structure:

[_docker-compose.yaml_](docker-compose.yaml)
```
version: "3.7"
services:
frontend:
image: traefik:2.2
Expand Down
1 change: 0 additions & 1 deletion traefik-golang/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
frontend:
image: traefik:2.2
Expand Down
1 change: 0 additions & 1 deletion vuejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Project structure:

[_docker-compose.yaml_](docker-compose.yaml)
```
version: "3.7"
services:
web:
build: vuejs
Expand Down
1 change: 0 additions & 1 deletion vuejs/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
web:
build: vuejs
Expand Down
1 change: 0 additions & 1 deletion wordpress-mysql/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.7'
services:
db:
image: mysql:8.0.19
Expand Down

0 comments on commit 2056ab2

Please sign in to comment.