Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 58e62c5

Browse files
committed
yaml file to list accounts
1 parent 155e6f2 commit 58e62c5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: compose-examples/lodestar-only/list-account.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: "3.7"
2+
services:
3+
stereum-init:
4+
image: stereum/init:buster
5+
restart: "no"
6+
volumes:
7+
- ./data/lodestar/validator:/mnt/validator
8+
9+
validator-list-accounts:
10+
container_name: validator-list-accounts
11+
image: stereum/lodestar:${LODESTAR_DOCKER_TAG}
12+
user: "2000"
13+
command: account validator list --network pyrmont --keystoresDir /opt/app/keystores --secretsDir /opt/app/secrets
14+
volumes:
15+
- ./data/lodestar/validator/keystores:/opt/app/keystores
16+
- ./data/lodestar/validator/secrets:/opt/app/secrets
17+
18+
# EOF

0 commit comments

Comments
 (0)