Skip to content

Commit

Permalink
Update compose example and link to it from docs (#4)
Browse files Browse the repository at this point in the history
* Update docs/running_vero.md

* Update compose-example.yaml - use tagged release version
  • Loading branch information
eth2353 authored Aug 26, 2024
1 parent 232d1bf commit 630e3da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion compose-example.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
validator-client:
container_name: validator-client
image: ghcr.io/serenita-org/vero:master
image: ghcr.io/serenita-org/vero:v0.8.0
command:
- "--remote-signer-url=http://remote-signer:9000"
- "--beacon-node-urls=http://beacon-node-1:1234,http://beacon-node-2:1234,http://beacon-node-3:1234"
Expand Down
3 changes: 3 additions & 0 deletions docs/running_vero.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ You can build the image yourself using the included [Dockerfile](../Dockerfile)
docker run ghcr.io/serenita-org/vero:<version> <arguments>
```

Check out the [example docker compose file](../compose-example.yaml).


# CLI Reference

#### `--remote-signer-url`
Expand Down

0 comments on commit 630e3da

Please sign in to comment.