mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 17:50:13 +01:00
Merge pull request #2 from oceanprotocol/feature/ocean_docker_refactoring
cleanup, networks, putting it all together
This commit is contained in:
commit
6536d99693
@ -8,6 +8,8 @@ services:
|
||||
ports:
|
||||
- "27017:27017"
|
||||
command: mongod
|
||||
networks:
|
||||
- backend
|
||||
|
||||
bigchaindb:
|
||||
depends_on:
|
||||
@ -32,6 +34,8 @@ services:
|
||||
interval: 3s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
networks:
|
||||
- backend
|
||||
|
||||
tendermint:
|
||||
image: tendermint/tendermint:0.19.9
|
||||
@ -42,24 +46,8 @@ services:
|
||||
- "46656:46656"
|
||||
- "46657:46657"
|
||||
command: sh -c "tendermint init && tendermint node --consensus.create_empty_blocks=false --proxy_app=tcp://bigchaindb:46658"
|
||||
|
||||
#bdb:
|
||||
# image: busybox
|
||||
# depends_on:
|
||||
# bigchaindb:
|
||||
# condition: service_healthy
|
||||
# curl client to check the health of development env
|
||||
|
||||
curl-client:
|
||||
image: appropriate/curl
|
||||
command: /bin/sh -c "curl -s http://bigchaindb:9984/ > /dev/null && curl -s http://tendermint:46657/ > /dev/null"
|
||||
|
||||
vdocs:
|
||||
image: nginx
|
||||
ports:
|
||||
- '33333:80'
|
||||
volumes:
|
||||
- ../docs/server/build/html:/usr/share/nginx/html
|
||||
networks:
|
||||
- backend
|
||||
|
||||
keeper-contracts:
|
||||
image: oceanprotocol/keeper-contracts
|
||||
|
Loading…
Reference in New Issue
Block a user