Skip to content

Commit

Permalink
fix volume for solana-events-reader in the docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
artyukh authored Jun 23, 2023
1 parent 417c71c commit 14a1873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
- DEBRIDGE_SETTINGS_PROGRAM_PUBKEY=${DEBRIDGE_SETTINGS_PROGRAM_PUBKEY}
- DEBRIDGE_PROGRAM_PUBKEY=${DEBRIDGE_PROGRAM_PUBKEY}
volumes:
- './.cache/solana-events/:/var/opt/.debridge_events_cache'
- './.cache/solana-events/:/.debridge_events_cache'

debridge-node:
image: debridgefinance/debridge-node:2.6.0@sha256:11ef692fafcb1932f0b7be7bbb3cadd9413a6dadc445dfda080e85cd3eedc264
Expand Down Expand Up @@ -96,4 +96,4 @@ secrets:
keystore:
file: ./secrets/keystore.json
bundlr_wallet:
file: ./secrets/bundlr_wallet.json
file: ./secrets/bundlr_wallet.json

0 comments on commit 14a1873

Please sign in to comment.