We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 663355b + 77261ce commit 5aee227Copy full SHA for 5aee227
docker-compose.yml
@@ -19,6 +19,8 @@ services:
19
environment:
20
CHAIN_ID: ${CHAIN_ID}
21
DATABASE_URL: "postgresql://postgres:postgresPassword@eas-postgres:5432/eas-index"
22
+ ROOTSTOCK_TESTNET_API_KEY: ${ROOTSTOCK_TESTNET_API_KEY}
23
+ ROOTSTOCK_API_KEY: ${ROOTSTOCK_API_KEY}
24
depends_on:
25
- eas-postgres
26
ports:
0 commit comments