Skip to content

Commit

Permalink
Merge pull request #219 from oceanprotocol/v3
Browse files Browse the repository at this point in the history
v3
  • Loading branch information
alexcos20 authored Oct 27, 2020
2 parents f996fb1 + 2c4f72c commit fe587a3
Show file tree
Hide file tree
Showing 144 changed files with 192 additions and 3,728 deletions.
2 changes: 1 addition & 1 deletion .banner
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Get info: oceanprotocol.com
Get docs: docs.oceanprotocol.com
Get code: github.com/oceanprotocol
Get help: gitter.im/oceanprotocol/Lobby
Get help: discord.gg/TnXjkR5

---

3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ ganache-db/
# Emacs
*~

# mutable secret store config (Issue #126)
networks/secret-store/config/config.toml

# Mac OS Filesystem artifacts
.DS_Store
**/.DS_Store
Expand Down
5 changes: 0 additions & 5 deletions ACL/duero_addresses.txt

This file was deleted.

28 changes: 0 additions & 28 deletions ACL/nile_addresses.txt

This file was deleted.

3 changes: 0 additions & 3 deletions ACL/pacific_addresses.txt

This file was deleted.

190 changes: 37 additions & 153 deletions README.md

Large diffs are not rendered by default.

22 changes: 0 additions & 22 deletions accounts/provider.json

This file was deleted.

10 changes: 0 additions & 10 deletions brizo.env

This file was deleted.

24 changes: 0 additions & 24 deletions compose-files/agent.yml

This file was deleted.

30 changes: 27 additions & 3 deletions compose-files/aquarius.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
version: '3'
services:
elasticsearch:
image: elasticsearch:6.8.3
networks:
backend:
ipv4_address: 172.15.0.6
environment:
ES_JAVA_OPTS: "-Xms512m -Xmx512m"
MAX_MAP_COUNT: "64000"
discovery.type: "single-node"

aquarius:
image: oceanprotocol/aquarius:$AQUARIUS_VERSION
image: oceanprotocol/aquarius:${AQUARIUS_VERSION:-latest}
ports:
- 5000:5000
- 5000:5000
networks:
backend:
ipv4_address: 172.15.0.15
ipv4_address: 172.15.0.5
depends_on:
- elasticsearch
- ocean-contracts
environment:
DB_MODULE: ${DB_MODULE}
DB_HOSTNAME: ${DB_HOSTNAME}
Expand All @@ -18,3 +31,14 @@ services:
DB_CA_CERTS: ${DB_CA_CERTS}
DB_CLIENT_KEY: ${DB_CLIENT_KEY}
DB_CLIENT_CERT: ${DB_CLIENT_CERT}
LOG_LEVEL: DEBUG
EVENTS_ECIES_PRIVATE_KEY: "0x5d75837394b078ce97bc289fa8d75e21000573520bfa7784a9d28ccaae602bf8"
ARTIFACTS_PATH: "/ocean-contracts/artifacts"
ADDRESS_FILE: "/ocean-contracts/artifacts/address.json"
DEPLOY_CONTRACTS: ${DEPLOY_CONTRACTS}
NETWORK_NAME: ${CONTRACTS_NETWORK_NAME}
EVENTS_RPC: "http://172.15.0.3:8545"
EVENTS_ALLOW: "0"
RUN_EVENTS_MONITOR: "1"
volumes:
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
33 changes: 0 additions & 33 deletions compose-files/aquarius_elasticsearch.yml

This file was deleted.

21 changes: 0 additions & 21 deletions compose-files/aquarius_mongodb.yml

This file was deleted.

29 changes: 0 additions & 29 deletions compose-files/brizo.yml

This file was deleted.

41 changes: 0 additions & 41 deletions compose-files/commons.yml

This file was deleted.

21 changes: 0 additions & 21 deletions compose-files/events_handler.yml

This file was deleted.

25 changes: 0 additions & 25 deletions compose-files/faucet.yml

This file was deleted.

10 changes: 10 additions & 0 deletions compose-files/ganache.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: '3'
services:
ganache:
image: trufflesuite/ganache-cli:latest
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.3
entrypoint: ["node", "/app/ganache-core.docker.cli.js", "--db", "./ganache_cache","--networkId","0x2324","--gasLimit","10000000000","--gasPrice","1","---hardfork","istanbul","--mnemonic","${GANACHE_MNEMONIC}"]
24 changes: 0 additions & 24 deletions compose-files/keeper_contracts.yml

This file was deleted.

6 changes: 0 additions & 6 deletions compose-files/network_volumes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@ networks:
driver: default
config:
- subnet: 172.15.0.1/24

volumes:
keeper-node-duero:
keeper-node-nile:
keeper-node-pacific:
secret-store:
Loading

0 comments on commit fe587a3

Please sign in to comment.