mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
Merge pull request #70 from oceanprotocol/feature/improved-brizo-docker
Fixed parity-node container not exists in all compose
This commit is contained in:
commit
7953cf9b0b
@ -1,7 +1,5 @@
|
|||||||
version: '2.1'
|
version: '2.1'
|
||||||
|
|
||||||
# Run: docker-compose --project-name=ocean up
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mongodb:
|
mongodb:
|
||||||
image: mongo:3.6
|
image: mongo:3.6
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
version: '2.1'
|
version: '2.1'
|
||||||
|
|
||||||
# Run: docker-compose --project-name=ocean up
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mongodb:
|
mongodb:
|
||||||
image: mongo:3.6
|
image: mongo:3.6
|
||||||
@ -52,6 +50,8 @@ services:
|
|||||||
- keeper-contracts
|
- keeper-contracts
|
||||||
env_file:
|
env_file:
|
||||||
- ${BRIZO_ENV_FILE}
|
- ${BRIZO_ENV_FILE}
|
||||||
|
environment:
|
||||||
|
KEEPER_URL: http://keeper-contracts:8545
|
||||||
volumes:
|
volumes:
|
||||||
- ${ARTIFACTS_FOLDER}:/usr/local/keeper-contracts/:ro
|
- ${ARTIFACTS_FOLDER}:/usr/local/keeper-contracts/:ro
|
||||||
|
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
version: '2.1'
|
version: '2.1'
|
||||||
|
|
||||||
# Run: docker-compose --project-name=ocean up
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mongodb:
|
mongodb:
|
||||||
image: mongo:3.6
|
image: mongo:3.6
|
||||||
@ -52,6 +50,8 @@ services:
|
|||||||
- keeper-contracts
|
- keeper-contracts
|
||||||
env_file:
|
env_file:
|
||||||
- ${BRIZO_ENV_FILE}
|
- ${BRIZO_ENV_FILE}
|
||||||
|
environment:
|
||||||
|
KEEPER_URL: "http://keeper-contracts:8545"
|
||||||
volumes:
|
volumes:
|
||||||
- ${ARTIFACTS_FOLDER}:/usr/local/keeper-contracts/:ro
|
- ${ARTIFACTS_FOLDER}:/usr/local/keeper-contracts/:ro
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Must be set to true for the first run, change it to "false" to avoid migrating the smart contracts on each run.
|
# Must be set to true for the first run, change it to "false" to avoid migrating the smart contracts on each run.
|
||||||
export DEPLOY_CONTRACTS="false"
|
export DEPLOY_CONTRACTS="true"
|
||||||
# Ganache specific option, these two options have no effect when not running ganache-cli
|
# Ganache specific option, these two options have no effect when not running ganache-cli
|
||||||
export GANACHE_DATABASE_PATH="."
|
export GANACHE_DATABASE_PATH="."
|
||||||
export REUSE_DATABASE="false"
|
export REUSE_DATABASE="false"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user