Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bind DEBRIDGE_EVENTS_CONSISTENCY_CHECK_TIMEOUT_SECS #136

Open
wants to merge 1 commit into
base: mainnet
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ services:
- DEBRIDGE_SETTINGS_PROGRAM_PUBKEY=${DEBRIDGE_SETTINGS_PROGRAM_PUBKEY}
- DEBRIDGE_PROGRAM_PUBKEY=${DEBRIDGE_PROGRAM_PUBKEY}
- DEBRIDGE_EVENTS_API_SENTRY_URL=${DEBRIDGE_EVENTS_SENTRY_DSN}
- DEBRIDGE_EVENTS_CONSISTENCY_CHECK_TIMEOUT_SECS=${DEBRIDGE_EVENTS_CONSISTENCY_CHECK_TIMEOUT_SECS}
volumes:
- './.cache/solana-events/:/app/.debridge_events_cache'
logging: *default-logging
Expand Down Expand Up @@ -98,7 +99,6 @@ services:
- WEB3_TIMEOUT=${WEB3_TIMEOUT}
- ENABLE_DATAFIX=${ENABLE_DATAFIX}
- BUNDLR_NODE=${BUNDLR_NODE}
- DEBRIDGE_EVENTS_CONSISTENCY_CHECK_TIMEOUT_SECS=${DEBRIDGE_EVENTS_CONSISTENCY_CHECK_TIMEOUT_SECS}
- SOLANA_GRPC_SERVICE_URL=${SOLANA_GRPC_SERVICE_URL}
depends_on:
- postgres
Expand Down