-
Notifications
You must be signed in to change notification settings - Fork 9
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/docker compose #28
fix/docker compose #28
Conversation
Signed-off-by: Alex Walker <87383822+anwalker293@users.noreply.github.com>
Signed-off-by: Alex Walker <87383822+anwalker293@users.noreply.github.com>
Testing Code Quality Control
Signed-off-by: anwalker293 <alex.walker@indicio.tech>
Signed-off-by: anwalker293 <alex.walker@indicio.tech>
Signed-off-by: Alex Walker <alex.walker@indicio.tech>
I think this is ready to go, but I'll wait until I finish making all of the changes before calling this more attention |
(Need to change url for the test net, will do so when I have the next free chance) |
Signed-off-by: anwalker293 <alex.walker@indicio.tech>
I think this is ready to go, but I think there may be weird spacing around alice's --genesis-url |
docker-compose.yml
Outdated
@@ -18,23 +26,28 @@ services: | |||
--admin 0.0.0.0 3001 --admin-insecure-mode | |||
--log-level debug | |||
--webhook-url http://echo:3002/webhook | |||
--genesis-url https://raw.githubusercontent.com/Indicio-tech/indicio-network/main/genesis_files/pool_transactions_demonet_genesis | |||
--wallet-type askar | |||
--genesis-url https://raw.githubusercontent.com/Indicio-tech/indicio-network/main/genesis_files/pool_transactions_testnet_genesis |
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.
Sorry, nitpick: whitespace issues here. Likely a tab where spaces were intended
Signed-off-by: Alex Walker <alex.walker@indicio.tech>
@dbluhm Fixed! :) |
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.
Looks good!
Signed-off-by: Alex Walker <alex.walker@indicio.tech>
No description provided.