Skip to content

Commit af249d1

Browse files
committed
fix(ethereum-watcher): revert earlier variable change
1 parent 3cc2c36 commit af249d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ services:
194194
- core-api
195195
environment:
196196
STREAMR_API_URL: "${STREAMR_BASE_URL}/api/v1"
197+
DEVOPS_KEY: "0x628acb12df34bb30a0b2f95ec2e6a743b386c5d4f63aa9f338bec6f613160e78"
198+
NETWORK_ID: "rinkeby"
199+
MARKETPLACE_ADDRESS: "0xf1371c0f40528406dc4f4caf89924ea9da49e866"
200+
ETHEREUM_SERVER_URL: "http://10.200.10.1:8545"
197201
volumes:
198202
- data-ethereum-watcher/:/app/logs
199203
healthcheck:

0 commit comments

Comments
 (0)