mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 17:50:13 +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:
|
services:
|
||||||
aquarius:
|
aquarius:
|
||||||
image: oceanprotocol/aquarius:${AQUARIUS_VERSION:-stable}
|
image: oceanprotocol/aquarius:${AQUARIUS_VERSION:-stable}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: '2.1'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
brizo:
|
brizo:
|
||||||
image: oceanprotocol/brizo:${BRIZO_VERSION:-stable}
|
image: oceanprotocol/brizo:${BRIZO_VERSION:-stable}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: '2.1'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
keeper-contracts:
|
keeper-contracts:
|
||||||
image: oceanprotocol/keeper-contracts:${KEEPER_VERSION:-stable}
|
image: oceanprotocol/keeper-contracts:${KEEPER_VERSION:-stable}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: '2.1'
|
version: '3'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
backend:
|
backend:
|
||||||
@ -7,7 +7,6 @@ networks:
|
|||||||
driver: default
|
driver: default
|
||||||
config:
|
config:
|
||||||
- subnet: 172.15.0.1/24
|
- subnet: 172.15.0.1/24
|
||||||
gateway: 172.15.0.1
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
keeper-node:
|
keeper-node:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: '2.1'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
keeper-node:
|
keeper-node:
|
||||||
image: trufflesuite/ganache-cli:latest
|
image: trufflesuite/ganache-cli:latest
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: '2.1'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
keeper-node:
|
keeper-node:
|
||||||
image: parity/parity:stable
|
image: parity/parity:stable
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: '2.1'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
keeper-node:
|
keeper-node:
|
||||||
image: parity/parity:stable
|
image: parity/parity:stable
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: '2.1'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
keeper-node:
|
keeper-node:
|
||||||
image: parity/parity:stable
|
image: parity/parity:stable
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: '2.1'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
pleuston:
|
pleuston:
|
||||||
image: oceanprotocol/pleuston:${PLEUSTON_VERSION:-stable}
|
image: oceanprotocol/pleuston:${PLEUSTON_VERSION:-stable}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: '2.1'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
secret-store:
|
secret-store:
|
||||||
image: oceanprotocol/parity-ethereum:master
|
image: oceanprotocol/parity-ethereum:master
|
||||||
|
Loading…
Reference in New Issue
Block a user