mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-10-31 23:55:18 +01:00
21 lines
541 B
YAML
21 lines
541 B
YAML
version: '2.1'
|
|
services:
|
|
pleuston:
|
|
image: oceanprotocol/pleuston:${PLEUSTON_VERSION:-stable}
|
|
networks:
|
|
backend:
|
|
ipv4_address: 172.15.0.19
|
|
ports:
|
|
- 3000:3000
|
|
depends_on:
|
|
- keeper-node
|
|
- aquarius
|
|
- brizo
|
|
environment:
|
|
# Need browser to connect to exposed ports
|
|
KEEPER_HOST: localhost
|
|
AQUARIUS_HOST: localhost
|
|
LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
|
|
volumes:
|
|
- ${KEEPER_ARTIFACTS_FOLDER}:/pleuston/node_modules/@oceanprotocol/keeper-contracts/artifacts/:ro
|