Skip to content

Commit 5aee227

Browse files
Merge pull request #3 from rsksmart/fix/docker-issue
Fix docker env setting for Rootstock RPC Api
2 parents 663355b + 77261ce commit 5aee227

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ services:
1919
environment:
2020
CHAIN_ID: ${CHAIN_ID}
2121
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}
2224
depends_on:
2325
- eas-postgres
2426
ports:

0 commit comments

Comments
 (0)