mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 17:50:13 +01:00
add agent
This commit is contained in:
parent
f81c7dd12b
commit
68afcd183f
22
compose-files/agent.yml
Normal file
22
compose-files/agent.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
agent:
|
||||||
|
image: oceanagent:$AGENT_VERSION
|
||||||
|
networks:
|
||||||
|
backend:
|
||||||
|
ipv4_address: 172.15.0.26
|
||||||
|
ports:
|
||||||
|
- 4040:4040
|
||||||
|
environment:
|
||||||
|
LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
|
||||||
|
aquariusUri: ${COMMONS_AQUARIUS_URI}
|
||||||
|
brizoAddress: ${PROVIDER_ADDRESS}
|
||||||
|
nodeUri: ${COMMONS_KEEPER_RPC_HOST}
|
||||||
|
brizoUri: ${COMMONS_BRIZO_URL}
|
||||||
|
secretstoreUri: ${COMMONS_SECRET_STORE_URL}
|
||||||
|
faucetUri: ${COMMONS_FAUCET_URL}
|
||||||
|
PRIVATE_KEY: ${AGENT_PRIVATE_KEY}
|
||||||
|
volumes:
|
||||||
|
- ${KEEPER_ARTIFACTS_FOLDER}:/usr/src/app/node_modules/@oceanprotocol/keeper-contracts/artifacts/:ro
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user