-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathcreate-account.yaml
More file actions
15 lines (15 loc) · 871 Bytes
/
create-account.yaml
File metadata and controls
15 lines (15 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: "3.7"
services:
validator-import-launchpad:
container_name: validator-import-launchpad
image: gcr.io/prysmaticlabs/prysm/validator:${PRYSM_DOCKER_TAG}
command: accounts-v2 import --keys-dir="/launchpad/eth2.0-deposit-cli/validator_keys" --wallet-dir="/data/wallets" --wallet-password-file="/data/passwords/wallet-password"
volumes:
- ./validator:/data
- ./launchpad:/launchpad
validator-list-accounts:
container_name: validator_list_accounts
image: gcr.io/prysmaticlabs/prysm/validator:${PRYSM_DOCKER_TAG}
command: accounts-v2 list --wallet-dir="/data/wallets" --wallet-password-file="/data/passwords/wallet-password"
volumes:
- ./validator:/data