Skip to content

Commit

Permalink
Merge pull request #3 from rsksmart/fix/docker-issue
Browse files Browse the repository at this point in the history
Fix docker env setting for Rootstock RPC Api
  • Loading branch information
jonathansmirnoff authored Dec 6, 2024
2 parents 663355b + 77261ce commit 5aee227
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
environment:
CHAIN_ID: ${CHAIN_ID}
DATABASE_URL: "postgresql://postgres:postgresPassword@eas-postgres:5432/eas-index"
ROOTSTOCK_TESTNET_API_KEY: ${ROOTSTOCK_TESTNET_API_KEY}
ROOTSTOCK_API_KEY: ${ROOTSTOCK_API_KEY}
depends_on:
- eas-postgres
ports:
Expand Down

0 comments on commit 5aee227

Please sign in to comment.