Commit 5c159f9e authored by Mark Tyneway's avatar Mark Tyneway

ops: pin docker-compose version to 3.4

The `docker-compose` setup uses features that
are not available in all versions. This pins
the `docker-compose` setup to version `3.4`
instead of just `3`.

It is known to work under the following versions:

```
$ uname -or
5.10.70-1-MANJARO GNU/Linux

$ docker-compose --version
Docker Compose version 2.0.1

$ docker --version
Docker version 20.10.9, build c2ea9bc90b
```
parent 24cc2443
version: "3" version: "3.4"
services: services:
l2geth: l2geth:
...@@ -51,4 +51,4 @@ volumes: ...@@ -51,4 +51,4 @@ volumes:
influxdb_data: influxdb_data:
grafana_data: grafana_data:
grafana_dashboards: grafana_dashboards:
prometheus_data: prometheus_data:
\ No newline at end of file
version: "3" version: "3.4"
services: services:
l1_chain: l1_chain:
image: ethereumoptimism/hardhat-node:${DOCKER_TAG:-prerelease-0.5.0-rc-7-ee217ce} image: ethereumoptimism/hardhat-node:${DOCKER_TAG:-prerelease-0.5.0-rc-7-ee217ce}
......
version: "3" version: "3.4"
services: services:
rpc-proxy: rpc-proxy:
depends_on: depends_on:
......
version: "3" version: "3.4"
services: services:
# this is a helper service used because there's no official hardhat image # this is a helper service used because there's no official hardhat image
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment