-
Notifications
You must be signed in to change notification settings - Fork 213
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
Add AWS SQS support #113
base: master
Are you sure you want to change the base?
Add AWS SQS support #113
Conversation
ENV NBXPLORER_BTCSTARTHEIGHT="" | ||
ENV NBXPLORER_BTCRESCAN="" | ||
ENV NBXPLORER_AWSSQSBLOCKQUEUEURL="" | ||
ENV NBXPLORER_AWSSQSTRANSACTIONQUEUEURL="" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is there or why it's empty?
volumes: | ||
nbxplorer_datadir: | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this file is useful. I should probably remove the regtest one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm new to docker. Feel free to comment more
Need documentation in readme. |
Working on it. |
@sigHash and @NicolasDorier What do you think if we merge these into my other PR with Mass Transit so that we avoid even more breaking changes to the config? |
This PR is also breaking the indent everywhere making it impossible to review. |
That's my fault, sorry. I'll fix it |
Enable NBXplorer to push notification to AWS SQS queue.