mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
add aqua/provider for ocean.py
This commit is contained in:
parent
3cf54ffe54
commit
401efa559e
@ -273,10 +273,10 @@ while :; do
|
|||||||
# Add what we need
|
# Add what we need
|
||||||
COMPOSE_FILES+=" -f ${COMPOSE_DIR}/thegraph.yml"
|
COMPOSE_FILES+=" -f ${COMPOSE_DIR}/thegraph.yml"
|
||||||
# Remove what is not needed for now
|
# Remove what is not needed for now
|
||||||
COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/provider.yml/}"
|
#COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/provider.yml/}"
|
||||||
COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/redis.yml/}"
|
#COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/redis.yml/}"
|
||||||
COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/aquarius.yml/}"
|
#COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/aquarius.yml/}"
|
||||||
COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/elasticsearch.yml/}"
|
#COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/elasticsearch.yml/}"
|
||||||
COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/dashboard.yml/}"
|
COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/dashboard.yml/}"
|
||||||
# Enforce images
|
# Enforce images
|
||||||
export CONTRACTS_VERSION=predictoor
|
export CONTRACTS_VERSION=predictoor
|
||||||
|
Loading…
Reference in New Issue
Block a user