1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-01 08:05:17 +01:00
barge/compose-files/pleuston.yml
Sebastian Gerske e10d515d8f refactor more
2018-12-05 14:03:41 +01:00

21 lines
538 B
YAML

version: '2.1'
services:
pleuston:
image: oceanprotocol/pleuston:${OCEAN_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