-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate to docker folder and update the docker compose node setup
- Loading branch information
Showing
7 changed files
with
33 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Docker Compose setup | ||
|
||
The purpose of the docker compose setup is to provide simple and easy-to-use setup. | ||
|
||
_NB!_ Use more secure setup for validators. | ||
|
||
## Installation | ||
|
||
Ensure you have Docker installed and pull the image. | ||
|
||
``` | ||
docker pull rsantev/hydragon-docker-compose:latest | ||
``` | ||
|
||
## Run node | ||
|
||
Add the needed secrets in the docker compose file in the `environment` section of the `hydra-node` service: | ||
KEY | ||
BLS_KEY | ||
SIG | ||
P2P_KEY | ||
|
||
Run: | ||
|
||
``` | ||
docker compose up | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.