-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore:: Dockerized version #6
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Abhinav Prakash <[email protected]>
Signed-off-by: Abhinav Prakash <[email protected]>
Signed-off-by: Abhinav Prakash <[email protected]>
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.
We should customize config.yml
since we need to change
evmrelaytarget:
chainrpc: wss://ws.sketchpad-1.forma.art
contractaddress: 0xcA6cC5c1c4Fc025504273FE61fc0E09100B03D98
using environment variables.
We can achieve this using sed
linux command on entrypoint
executing a bash file, normally entrypoint.sh
.
Signed-off-by: Abhinav Prakash <[email protected]>
Signed-off-by: Abhinav Prakash <[email protected]>
Signed-off-by: Abhinav Prakash <[email protected]>
@pablin-dev |
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.
LGTM. Good work!
Added
Dockerfile
anddocker-compose.yml
files for easy local deployment.