barge/compose-files/pleuston.yml

21 lines
541 B
YAML
Raw Normal View History

2018-11-29 12:32:38 +01:00
version: '2.1'
services:
pleuston:
image: oceanprotocol/pleuston:${PLEUSTON_VERSION:-stable}
2018-11-29 12:32:38 +01:00
networks:
backend:
ipv4_address: 172.15.0.19
2018-11-29 12:32:38 +01:00
ports:
- 3000:3000
depends_on:
2018-12-05 14:03:41 +01:00
- keeper-node
2018-12-04 11:36:10 +01:00
- aquarius
- brizo
2018-11-29 12:32:38 +01:00
environment:
2018-12-04 11:36:10 +01:00
# Need browser to connect to exposed ports
KEEPER_HOST: localhost
AQUARIUS_HOST: localhost
2018-12-05 12:16:18 +01:00
LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
2018-11-29 12:32:38 +01:00
volumes:
2018-12-05 12:16:18 +01:00
- ${KEEPER_ARTIFACTS_FOLDER}:/pleuston/node_modules/@oceanprotocol/keeper-contracts/artifacts/:ro