mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 01:37:01 +01:00
Upgraded compose version to 3
This commit is contained in:
parent
64885a9356
commit
d39e7ac6d7
@ -1,4 +1,4 @@
|
||||
version: '2.1'
|
||||
version: '3'
|
||||
services:
|
||||
aquarius:
|
||||
image: oceanprotocol/aquarius:${AQUARIUS_VERSION:-stable}
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '2.1'
|
||||
version: '3'
|
||||
services:
|
||||
brizo:
|
||||
image: oceanprotocol/brizo:${BRIZO_VERSION:-stable}
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '2.1'
|
||||
version: '3'
|
||||
services:
|
||||
keeper-contracts:
|
||||
image: oceanprotocol/keeper-contracts:${KEEPER_VERSION:-stable}
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '2.1'
|
||||
version: '3'
|
||||
|
||||
networks:
|
||||
backend:
|
||||
@ -7,7 +7,6 @@ networks:
|
||||
driver: default
|
||||
config:
|
||||
- subnet: 172.15.0.1/24
|
||||
gateway: 172.15.0.1
|
||||
|
||||
volumes:
|
||||
keeper-node:
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '2.1'
|
||||
version: '3'
|
||||
services:
|
||||
keeper-node:
|
||||
image: trufflesuite/ganache-cli:latest
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '2.1'
|
||||
version: '3'
|
||||
services:
|
||||
keeper-node:
|
||||
image: parity/parity:stable
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '2.1'
|
||||
version: '3'
|
||||
services:
|
||||
keeper-node:
|
||||
image: parity/parity:stable
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '2.1'
|
||||
version: '3'
|
||||
services:
|
||||
keeper-node:
|
||||
image: parity/parity:stable
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '2.1'
|
||||
version: '3'
|
||||
services:
|
||||
pleuston:
|
||||
image: oceanprotocol/pleuston:${PLEUSTON_VERSION:-stable}
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '2.1'
|
||||
version: '3'
|
||||
services:
|
||||
secret-store:
|
||||
image: oceanprotocol/parity-ethereum:master
|
||||
|
Loading…
Reference in New Issue
Block a user