Skip to content

Commit

Permalink
fix: docker issue with Rootstock rpc API keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansmirnoff committed Dec 6, 2024
1 parent 663355b commit 77261ce
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 77261ce

Please sign in to comment.