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

Dockerize Service to begin testing in prod #23

Merged
merged 8 commits into from
Apr 11, 2022

Conversation

0xjame5
Copy link
Contributor

@0xjame5 0xjame5 commented Apr 11, 2022

Problem:
Setting up our service in an EC2 instance right now requires additional work (installing correct libraries, and postgresDB).

Solution:
Dockerize service to make it easier to move around.

@0xjame5 0xjame5 changed the title James/begin pointing to test net Dockerize Service to begin testing in prod Apr 11, 2022
@0xjame5 0xjame5 marked this pull request as ready for review April 11, 2022 15:51
@0xjame5 0xjame5 requested a review from gavindoughtie April 11, 2022 15:52
- TENDERMINT_WEBSOCKET_URL=wss://rpc.uni.juno.deuslabs.fi/websocket
- TENDERMINT_RPC_URL=https://rpc.uni.juno.deuslabs.fi
- TENDERMINT_SAVE_ALL_BLOCKS=true
- TENDERMINT_INITAL_BLOCK_HEIGHT=100000
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is that the height that DAODAO starts at? Is this just for testing?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just testing for now

@@ -75,6 +75,7 @@ pub fn insert_gov_token(
// stake_contract_code_id,
label,
// unstaking_duration,
..
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does this mean?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahh ignore any additional values

@0xjame5 0xjame5 merged commit 3104717 into main Apr 11, 2022
This was linked to issues Apr 11, 2022
@0xjame5 0xjame5 deleted the james/begin-pointing-to-test-net branch April 15, 2022 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate Hasura into DAO-Indexer Dockerize IndexerDAO
2 participants