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

add docker-compose.yml and Dockerfile #73

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

anvarknian
Copy link

@anvarknian anvarknian commented Mar 26, 2024

Added dockerfile for environment isolation + scalability (different strategies)
Added Express.js for monitoring (health check)

@anvarknian
Copy link
Author

anvarknian commented Mar 26, 2024

Added dockerfile for environment isolation + scalability (different strategies)
Added Express.js for monitoring (health check)

@benjiqq
Copy link

benjiqq commented Mar 26, 2024

thanks works fine, maybe use a later node version? FROM node:20-alpine

@anvarknian
Copy link
Author

anvarknian commented Mar 26, 2024

@benjiqq fixed
used slim because the base container is much more smaller than the alpine which can be much more faster when pull it

@giosh404
Copy link

giosh404 commented Apr 4, 2024

Anyone please help me with error:
[04:57:38.872] DEBUG: Signature XXXXXXXX has expired: block height exceeded.
err: {
"type": "TransactionExpiredBlockheightExceededError",
"message": "Signature XXXXXXXX has expired: block height exceeded.",
"stack":
TransactionExpiredBlockheightExceededError: Signature XXXXXXXX has expired: block height exceeded.
at Connection.confirmTransactionUsingBlockHeightExceedanceStrategy (/home/admin/snipersol2/node_modules/@solana/web3.js/src/connection.ts:3957:15)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Connection.confirmTransaction (/home/admin/snipersol2/node_modules/@solana/web3.js/src/connection.ts:3768:14)
"signature": "XXXXXXXX"
}

This error appears constantly

@Yuri-Hong

This comment was marked as abuse.

@fdundjer
Copy link
Collaborator

@anvarknian Any chance to update this to work with new bot?

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.

None yet

8 participants