Skip to content

Commit

Permalink
setting all compose versions to 3.4 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vkotronis committed Jan 26, 2021
1 parent 9dce9a3 commit 92d0afb
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docker-compose.benchmark.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.4'
services:
riperistap:
image: artemis_riperistap
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.exabgp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.4'
services:
exabgp:
image: mavromat/exabgp-monitor:latest
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.grafana.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.4'
services:
grafana:
image: grafana/grafana:6.4.1
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.openbmp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.4'
services:
openbmp-collector:
image: openbmp/collector:latest
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.pocautoconf.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.4'
services:
exabgpmonitor:
image: mavromat/exabgp-monitor:latest
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.pocmitigatedeaggregate.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.4'
services:
exabgpmonitor:
image: mavromat/exabgp-monitor:latest
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.routinator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.4'
services:
routinator:
image: nlnetlabs/routinator:v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.testautoconf.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.4'
services:
riperistap:
image: artemis_riperistap
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.testautoignore.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.4'
services:
riperistap:
image: artemis_riperistap
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.testdetection.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.4'
services:
riperistap:
image: artemis_riperistap
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.testrpki.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.4'
services:
riperistap:
image: artemis_riperistap
Expand Down
4 changes: 2 additions & 2 deletions docs/automitigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ BGP updates via PEER AS AS65005.
1. In `docker-compose.yaml`, edit volumes to point to the PoC's files:

```
version: '3'
version: '3.4'
services:
...
configuration:
Expand Down Expand Up @@ -84,7 +84,7 @@ In case you want to run this in production you can adjust [`poc_mitigate_deaggre
2. In `docker-compose.yaml`, edit volumes to point to the mitigation file:
```
version: '3'
version: '3.4'
services:
...
configuration:
Expand Down
2 changes: 1 addition & 1 deletion docs/grafanadash.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For the sake of this page we will focus on:
In `docker-compose.yaml`, configure `postgres` microservice to expose the needed host ports:

```
version: '3'
version: '3.4'
services:
...
postgres:
Expand Down
2 changes: 1 addition & 1 deletion other/docker-compose.testcafe.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.4'
services:
testcafe:
image: testcafe/testcafe:latest
Expand Down
2 changes: 1 addition & 1 deletion poc_autoconf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This is a Proof of Concept (PoC) implementation of an autoconfiguration setup to
1. In `docker-compose.yaml`, edit volumes to point to the PoC's files:

```
version: '3'
version: '3.4'
services:
configuration:
...
Expand Down
2 changes: 1 addition & 1 deletion poc_mitigate_deaggregate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ BGP updates via PEER AS AS65005.

```
```
version: '3'
version: '3.4'
services:
configuration:
...
Expand Down
2 changes: 1 addition & 1 deletion vagrant-vm/vagrant-docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '3.4'
services:
riperistap:
image: inspiregroup/artemis-riperistap:${SYSTEM_VERSION}
Expand Down

0 comments on commit 92d0afb

Please sign in to comment.