mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-14 09:05:15 +01:00
20 lines
517 B
YAML
20 lines
517 B
YAML
version: '3'
|
|
services:
|
|
pleuston:
|
|
image: oceanprotocol/pleuston:$PLEUSTON_VERSION
|
|
networks:
|
|
backend:
|
|
ipv4_address: 172.15.0.19
|
|
ports:
|
|
- 3000:3000
|
|
depends_on:
|
|
- keeper-node
|
|
- aquarius
|
|
- brizo
|
|
environment:
|
|
LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
|
|
REACT_APP_AQUARIUS_URI: ${AQUARIUS_URI}
|
|
REACT_APP_BRIZO_ADDRESS: ${PROVIDER_ADDRESS}
|
|
volumes:
|
|
- ${KEEPER_ARTIFACTS_FOLDER}:/pleuston/node_modules/@oceanprotocol/keeper-contracts/artifacts/:ro
|